#36704C

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

Shades of Amazon #36704C

Tints of Amazon #36704C

Color information

#36704C (or 0x36704C) is unknown color: approx Amazon. HEX triplet: 36, 70 and 4C. RGB value is (54,112,76). Sum of RGB (Red+Green+Blue) = 54+112+76=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #36704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36704C is #C98FB3. Grayscale: #5A5A5A. Windows color (decimal): -13209524 or 5009462. OLE color: 5009462.

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

Color convert

RGB5411276-
CMYK0.5200.320.56
HSL142.76º34.94%32.55%-
HSV(B)142.76º51.79%43.92%-
XYZ8.6212.898.87-
YUV90.55119.78101.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=22.31%
G=46.28%
B=31.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112760.5200.320.56142.7634.9432.55
Hex36704C34020388f2321
Octal6616011464040702174341
Binary11011011100001001100110100010000011100010001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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