#347356

Color #347356 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #347356

Tints of Amazon #347356

Color information

#347356 (or 0x347356) is unknown color: approx Amazon. HEX triplet: 34, 73 and 56. RGB value is (52,115,86). Sum of RGB (Red+Green+Blue) = 52+115+86=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #347356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347356 is #CB8CA9. Grayscale: #5C5C5C. Windows color (decimal): -13339818 or 5665588. OLE color: 5665588.

HSL color Cylindrical-coordinate representation of color #347356: hue angle of 152.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347356 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5211586-
CMYK0.5500.250.55
HSL152.38º37.72%32.75%-
HSV(B)152.38º54.78%45.1%-
XYZ9.2313.6610.96-
YUV92.86124.1398.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=20.55%
G=45.45%
B=33.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115860.5500.250.55152.3837.7232.75
Hex3473563701937982621
Octal6416312667031672304641
Binary1101001110011101011011011101100111011110011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347356; }

 p { color: rgb(52,115,86); }

 H1.HeaderClassName
 {
   color: #347356;
 }
 .AnyTagClassName
 {
   color: #347356;
 }
</style>
background-color css

<style>
 a { background-color: #347356; }

 a { background-color: rgb(52,115,86); }

 div.DivClassName
 {
   background-color: #347356;
 }
 .BgClassName
 {
   background-color: #347356;
 }
</style>
border-color css

<style>
 span { border-color: #347356; }

 span { border-color: rgb(52,115,86); }

 td.TdClassName
 {
   border-color: #347356;
 }
 .TagClassName
 {
   border-color: #347356;
 }
</style>