#36764B

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

Shades of Amazon #36764B

Tints of Amazon #36764B

Color information

#36764B (or 0x36764B) is unknown color: approx Amazon. HEX triplet: 36, 76 and 4B. RGB value is (54,118,75). Sum of RGB (Red+Green+Blue) = 54+118+75=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #36764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36764B is #C989B4. Grayscale: #5E5E5E. Windows color (decimal): -13207989 or 4945462. OLE color: 4945462.

HSL color Cylindrical-coordinate representation of color #36764B: hue angle of 139.69º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36764B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB5411875-
CMYK0.5400.360.54
HSL139.69º37.21%33.73%-
HSV(B)139.69º54.24%46.27%-
XYZ9.2714.258.92-
YUV93.96117.399.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=21.86%
G=47.77%
B=30.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118750.5400.360.54139.6937.2133.73
Hex36764B36024368c2522
Octal6616611366044662144542
Binary11011011101101001011110110010010011011010001100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36764B; }

 p { color: rgb(54,118,75); }

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

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

 a { background-color: rgb(54,118,75); }

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

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

 span { border-color: rgb(54,118,75); }

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