#36704E

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

Shades of Amazon #36704E

Tints of Amazon #36704E

Color information

#36704E (or 0x36704E) is unknown color: approx Amazon. HEX triplet: 36, 70 and 4E. RGB value is (54,112,78). Sum of RGB (Red+Green+Blue) = 54+112+78=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #36704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36704E is #C98FB1. Grayscale: #5A5A5A. Windows color (decimal): -13209522 or 5140534. OLE color: 5140534.

HSL color Cylindrical-coordinate representation of color #36704E: hue angle of 144.83º 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 #36704E is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB5411278-
CMYK0.5200.300.56
HSL144.83º34.94%32.55%-
HSV(B)144.83º51.79%43.92%-
XYZ8.6912.929.24-
YUV90.78120.78101.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=22.13%
G=45.90%
B=31.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112780.5200.300.56144.8334.9432.55
Hex36704E3401E38912321
Octal6616011664036702214341
Binary1101101110000100111011010001111011100010010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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