Shades of Amazon #32724A
Tints of Amazon #32724A
RGB
CMYK
RGB Variations
Color information
#32724A (or 0x32724A) is known color: Amazon. HEX triplet: 32, 72 and 4A. RGB value is (50,114,74). Sum of RGB (Red+Green+Blue) = 50+114+74=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #32724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32724A is #CD8DB5. Grayscale: #5A5A5A. Windows color (decimal): -13471158 or 4878898. OLE color: 4878898.
HSL color Cylindrical-coordinate representation of color #32724A: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32724A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 74 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.55 |
| HSL | 142.5º | 0.39% | 0.32% | - |
| HSV(B) | 142.5º | 0.56% | 0.45% | - |
| XYZ | 8.57 | 13.21 | 8.58 | - |
| YUV | 90.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 74 | 0.56 | 0 | 0.35 | 0.55 | 142.5 | 0.39 | 0.32 |
| Hex | 32 | 72 | 4A | 38 | 0 | 23 | 37 | 8E | 27 | 20 |
| Octal | 62 | 162 | 112 | 70 | 0 | 43 | 67 | 216 | 47 | 40 |
| Binary | 110010 | 1110010 | 1001010 | 111000 | 0 | 100011 | 110111 | 10001110 | 100111 | 100000 |
Color Harmonies of #32724A
Complementary color
Monochromatic Colors of #32724A
Black with #32724A
Text Example
Text Example
White with #32724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32724A; }
p { color: rgb(50,114,74); }
H1.HeaderClassName
{
color: #32724A;
}
.AnyTagClassName
{
color: #32724A;
}
</style>
background-color css
<style>
a { background-color: #32724A; }
a { background-color: rgb(50,114,74); }
div.DivClassName
{
background-color: #32724A;
}
.BgClassName
{
background-color: #32724A;
}
</style>
border-color css
<style>
span { border-color: #32724A; }
span { border-color: rgb(50,114,74); }
td.TdClassName
{
border-color: #32724A;
}
.TagClassName
{
border-color: #32724A;
}
</style>