#36764E

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

Shades of Amazon #36764E

Tints of Amazon #36764E

Color information

#36764E (or 0x36764E) is unknown color: approx Amazon. HEX triplet: 36, 76 and 4E. RGB value is (54,118,78). Sum of RGB (Red+Green+Blue) = 54+118+78=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #36764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36764E is #C989B1. Grayscale: #5E5E5E. Windows color (decimal): -13207986 or 5142070. OLE color: 5142070.

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

Color convert

RGB5411878-
CMYK0.5400.340.54
HSL142.5º37.21%33.73%-
HSV(B)142.5º54.24%46.27%-
XYZ9.3714.299.47-
YUV94.3118.899.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=21.6%
G=47.2%
B=31.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118780.5400.340.54142.537.2133.73
Hex36764E36022368e2522
Octal6616611666042662164542
Binary11011011101101001110110110010001011011010001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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