#36764A

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

Shades of Amazon #36764A

Tints of Amazon #36764A

Color information

#36764A (or 0x36764A) is unknown color: approx Amazon. HEX triplet: 36, 76 and 4A. RGB value is (54,118,74). Sum of RGB (Red+Green+Blue) = 54+118+74=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #36764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36764A is #C989B5. Grayscale: #5D5D5D. Windows color (decimal): -13207990 or 4879926. OLE color: 4879926.

HSL color Cylindrical-coordinate representation of color #36764A: hue angle of 138.75º 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 #36764A is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB5411874-
CMYK0.5400.370.54
HSL138.75º37.21%33.73%-
HSV(B)138.75º54.24%46.27%-
XYZ9.2414.248.74-
YUV93.85116.899.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=21.95%
G=47.97%
B=30.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118740.5400.370.54138.7537.2133.73
Hex36764A36025368b2522
Octal6616611266045662134542
Binary11011011101101001010110110010010111011010001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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