#36724A

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

Shades of Amazon #36724A

Tints of Amazon #36724A

Color information

#36724A (or 0x36724A) is unknown color: approx Amazon. HEX triplet: 36, 72 and 4A. RGB value is (54,114,74). Sum of RGB (Red+Green+Blue) = 54+114+74=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #36724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36724A is #C98DB5. Grayscale: #5B5B5B. Windows color (decimal): -13209014 or 4878902. OLE color: 4878902.

HSL color Cylindrical-coordinate representation of color #36724A: hue angle of 140º 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 #36724A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB5411474-
CMYK0.5300.350.55
HSL140º35.71%32.94%-
HSV(B)140º52.63%44.71%-
XYZ8.7713.318.59-
YUV91.5118.12101.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=22.31%
G=47.11%
B=30.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114740.5300.350.5514035.7132.94
Hex36724A35023378c2421
Octal6616211265043672144441
Binary11011011100101001010110101010001111011110001100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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