#36784C

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

Shades of Amazon #36784C

Tints of Amazon #36784C

Color information

#36784C (or 0x36784C) is unknown color: approx Amazon. HEX triplet: 36, 78 and 4C. RGB value is (54,120,76). Sum of RGB (Red+Green+Blue) = 54+120+76=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #36784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36784C is #C987B3. Grayscale: #5F5F5F. Windows color (decimal): -13207476 or 5011510. OLE color: 5011510.

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

Color convert

RGB5412076-
CMYK0.5500.370.53
HSL140º37.93%34.12%-
HSV(B)140º55%47.06%-
XYZ9.5414.749.18-
YUV95.25117.1398.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=21.6%
G=48%
B=30.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120760.5500.370.5314037.9334.12
Hex36784C37025358c2622
Octal6617011467045652144642
Binary11011011110001001100110111010010111010110001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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