#36765B

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

Shades of Amazon #36765B

Tints of Amazon #36765B

Color information

#36765B (or 0x36765B) is unknown color: approx Amazon. HEX triplet: 36, 76 and 5B. RGB value is (54,118,91). Sum of RGB (Red+Green+Blue) = 54+118+91=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #36765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36765B is #C989A4. Grayscale: #5F5F5F. Windows color (decimal): -13207973 or 5994038. OLE color: 5994038.

HSL color Cylindrical-coordinate representation of color #36765B: hue angle of 154.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 #36765B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB5411891-
CMYK0.5400.230.54
HSL154.69º37.21%33.73%-
HSV(B)154.69º54.24%46.27%-
XYZ9.8914.512.17-
YUV95.79125.398.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=20.53%
G=44.87%
B=34.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118910.5400.230.54154.6937.2133.73
Hex36765B36017369b2522
Octal6616613366027662334542
Binary1101101110110101101111011001011111011010011011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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