#36864C

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

Shades of Amazon #36864C

Tints of Amazon #36864C

Color information

#36864C (or 0x36864C) is unknown color: approx Amazon. HEX triplet: 36, 86 and 4C. RGB value is (54,134,76). Sum of RGB (Red+Green+Blue) = 54+134+76=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #36864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36864C is #C979B3. Grayscale: #676767. Windows color (decimal): -13203892 or 5015094. OLE color: 5015094.

HSL color Cylindrical-coordinate representation of color #36864C: hue angle of 136.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36864C is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5413476-
CMYK0.6000.430.47
HSL136.5º42.55%36.86%-
HSV(B)136.5º59.7%52.55%-
XYZ11.3518.369.78-
YUV103.47112.592.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=20.45%
G=50.76%
B=28.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134760.6000.430.47136.542.5536.86
Hex36864C3C02B2F882b25
Octal6620611474053572105345
Binary110110100001101001100111100010101110111110001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36864C; }

 p { color: rgb(54,134,76); }

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

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

 a { background-color: rgb(54,134,76); }

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

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

 span { border-color: rgb(54,134,76); }

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