#367347

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

Shades of Amazon #367347

Tints of Amazon #367347

Color information

#367347 (or 0x367347) is unknown color: approx Amazon. HEX triplet: 36, 73 and 47. RGB value is (54,115,71). Sum of RGB (Red+Green+Blue) = 54+115+71=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #367347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367347 is #C98CB8. Grayscale: #5B5B5B. Windows color (decimal): -13208761 or 4682550. OLE color: 4682550.

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

Color convert

RGB5411571-
CMYK0.5300.380.55
HSL136.72º36.09%33.14%-
HSV(B)136.72º53.04%45.1%-
XYZ8.7913.58.1-
YUV91.74116.29101.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=22.5%
G=47.92%
B=29.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115710.5300.380.55136.7236.0933.14
Hex3673473502637892421
Octal6616310765046672114441
Binary11011011100111000111110101010011011011110001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367347; }

 p { color: rgb(54,115,71); }

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

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

 a { background-color: rgb(54,115,71); }

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

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

 span { border-color: rgb(54,115,71); }

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