#36774E

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

Shades of Amazon #36774E

Tints of Amazon #36774E

Color information

#36774E (or 0x36774E) is unknown color: approx Amazon. HEX triplet: 36, 77 and 4E. RGB value is (54,119,78). Sum of RGB (Red+Green+Blue) = 54+119+78=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #36774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36774E is #C988B1. Grayscale: #5E5E5E. Windows color (decimal): -13207730 or 5142326. OLE color: 5142326.

HSL color Cylindrical-coordinate representation of color #36774E: hue angle of 142.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36774E is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5411978-
CMYK0.5500.340.53
HSL142.15º37.57%33.92%-
HSV(B)142.15º54.62%46.67%-
XYZ9.4914.539.51-
YUV94.89118.4798.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=21.51%
G=47.41%
B=31.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119780.5500.340.53142.1537.5733.92
Hex36774E37022358e2622
Octal6616711667042652164642
Binary11011011101111001110110111010001011010110001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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