#36704F

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

Shades of Amazon #36704F

Tints of Amazon #36704F

Color information

#36704F (or 0x36704F) is unknown color: approx Amazon. HEX triplet: 36, 70 and 4F. RGB value is (54,112,79). Sum of RGB (Red+Green+Blue) = 54+112+79=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #36704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36704F is #C98FB0. Grayscale: #5A5A5A. Windows color (decimal): -13209521 or 5206070. OLE color: 5206070.

HSL color Cylindrical-coordinate representation of color #36704F: hue angle of 145.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36704F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5411279-
CMYK0.5200.290.56
HSL145.86º34.94%32.55%-
HSV(B)145.86º51.79%43.92%-
XYZ8.7312.949.43-
YUV90.9121.28101.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=22.04%
G=45.71%
B=32.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112790.5200.290.56145.8634.9432.55
Hex36704F3401D38922321
Octal6616011764035702224341
Binary1101101110000100111111010001110111100010010010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36704F; }

 p { color: rgb(54,112,79); }

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

<style>
 a { background-color: #36704F; }

 a { background-color: rgb(54,112,79); }

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

<style>
 span { border-color: #36704F; }

 span { border-color: rgb(54,112,79); }

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