#36884C

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

Shades of Amazon #36884C

Tints of Amazon #36884C

Color information

#36884C (or 0x36884C) is unknown color: approx Amazon. HEX triplet: 36, 88 and 4C. RGB value is (54,136,76). Sum of RGB (Red+Green+Blue) = 54+136+76=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #36884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36884C is #C977B3. Grayscale: #686868. Windows color (decimal): -13203380 or 5015606. OLE color: 5015606.

HSL color Cylindrical-coordinate representation of color #36884C: hue angle of 136.1º 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 #36884C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB5413676-
CMYK0.6000.440.47
HSL136.1º43.16%37.25%-
HSV(B)136.1º60.29%53.33%-
XYZ11.6318.919.88-
YUV104.64111.8391.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=20.30%
G=51.13%
B=28.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136760.6000.440.47136.143.1637.25
Hex36884C3C02C2F882b25
Octal6621011474054572105345
Binary110110100010001001100111100010110010111110001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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