#36704A

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

Shades of Amazon #36704A

Tints of Amazon #36704A

Color information

#36704A (or 0x36704A) is unknown color: approx Amazon. HEX triplet: 36, 70 and 4A. RGB value is (54,112,74). Sum of RGB (Red+Green+Blue) = 54+112+74=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #36704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36704A is #C98FB5. Grayscale: #5A5A5A. Windows color (decimal): -13209526 or 4878390. OLE color: 4878390.

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

Color convert

RGB5411274-
CMYK0.5200.340.56
HSL140.69º34.94%32.55%-
HSV(B)140.69º51.79%43.92%-
XYZ8.5512.878.51-
YUV90.33118.78102.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=22.5%
G=46.67%
B=30.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112740.5200.340.56140.6934.9432.55
Hex36704A34022388d2321
Octal6616011264042702154341
Binary11011011100001001010110100010001011100010001101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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