#36724D

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

Shades of Amazon #36724D

Tints of Amazon #36724D

Color information

#36724D (or 0x36724D) is unknown color: approx Amazon. HEX triplet: 36, 72 and 4D. RGB value is (54,114,77). Sum of RGB (Red+Green+Blue) = 54+114+77=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #36724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36724D is #C98DB2. Grayscale: #5B5B5B. Windows color (decimal): -13209011 or 5075510. OLE color: 5075510.

HSL color Cylindrical-coordinate representation of color #36724D: hue angle of 143º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36724D is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB5411477-
CMYK0.5300.320.55
HSL143º35.71%32.94%-
HSV(B)143º52.63%44.71%-
XYZ8.8813.359.13-
YUV91.84119.62101.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=22.04%
G=46.53%
B=31.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114770.5300.320.5514335.7132.94
Hex36724D35020378f2421
Octal6616211565040672174441
Binary11011011100101001101110101010000011011110001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36724D; }

 p { color: rgb(54,114,77); }

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

<style>
 a { background-color: #36724D; }

 a { background-color: rgb(54,114,77); }

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

<style>
 span { border-color: #36724D; }

 span { border-color: rgb(54,114,77); }

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