#36804D

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

Shades of Amazon #36804D

Tints of Amazon #36804D

Color information

#36804D (or 0x36804D) is unknown color: approx Amazon. HEX triplet: 36, 80 and 4D. RGB value is (54,128,77). Sum of RGB (Red+Green+Blue) = 54+128+77=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #36804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36804D is #C97FB2. Grayscale: #646464. Windows color (decimal): -13205427 or 5079094. OLE color: 5079094.

HSL color Cylindrical-coordinate representation of color #36804D: hue angle of 138.65º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36804D is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB5412877-
CMYK0.5800.400.50
HSL138.65º40.66%35.69%-
HSV(B)138.65º57.81%50.2%-
XYZ10.5816.769.7-
YUV100.06114.9895.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=20.85%
G=49.42%
B=29.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128770.5800.400.50138.6540.6635.69
Hex36804D3A028328b2924
Octal6620011572050622135144
Binary110110100000001001101111010010100011001010001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36804D; }

 p { color: rgb(54,128,77); }

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

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

 a { background-color: rgb(54,128,77); }

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

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

 span { border-color: rgb(54,128,77); }

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