#36784A

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

Shades of Amazon #36784A

Tints of Amazon #36784A

Color information

#36784A (or 0x36784A) is unknown color: approx Amazon. HEX triplet: 36, 78 and 4A. RGB value is (54,120,74). Sum of RGB (Red+Green+Blue) = 54+120+74=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #36784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36784A is #C987B5. Grayscale: #5F5F5F. Windows color (decimal): -13207478 or 4880438. OLE color: 4880438.

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

Color convert

RGB5412074-
CMYK0.5500.380.53
HSL138.18º37.93%34.12%-
HSV(B)138.18º55%47.06%-
XYZ9.4714.718.82-
YUV95.02116.1398.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=21.77%
G=48.39%
B=29.84%

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
Decimal54120740.5500.380.53138.1837.9334.12
Hex36784A37026358a2622
Octal6617011267046652124642
Binary11011011110001001010110111010011011010110001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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