#36774A

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

Shades of Amazon #36774A

Tints of Amazon #36774A

Color information

#36774A (or 0x36774A) is unknown color: approx Amazon. HEX triplet: 36, 77 and 4A. RGB value is (54,119,74). Sum of RGB (Red+Green+Blue) = 54+119+74=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #36774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36774A is #C988B5. Grayscale: #5E5E5E. Windows color (decimal): -13207734 or 4880182. OLE color: 4880182.

HSL color Cylindrical-coordinate representation of color #36774A: hue angle of 138.46º 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 #36774A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5411974-
CMYK0.5500.380.53
HSL138.46º37.57%33.92%-
HSV(B)138.46º54.62%46.67%-
XYZ9.3514.478.78-
YUV94.44116.4799.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=21.86%
G=48.18%
B=29.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119740.5500.380.53138.4637.5733.92
Hex36774A37026358a2622
Octal6616711267046652124642
Binary11011011101111001010110111010011011010110001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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