Shades of Amazon #32714A
Tints of Amazon #32714A
RGB
CMYK
RGB Variations
Color information
#32714A (or 0x32714A) is known color: Amazon. HEX triplet: 32, 71 and 4A. RGB value is (50,113,74). Sum of RGB (Red+Green+Blue) = 50+113+74=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #32714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32714A is #CD8EB5. Grayscale: #595959. Windows color (decimal): -13471414 or 4878642. OLE color: 4878642.
HSL color Cylindrical-coordinate representation of color #32714A: hue angle of 142.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32714A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 74 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.56 |
| HSL | 142.86º | 0.39% | 0.32% | - |
| HSV(B) | 142.86º | 0.56% | 0.44% | - |
| XYZ | 8.46 | 12.98 | 8.54 | - |
| YUV | 89.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 74 | 0.56 | 0 | 0.35 | 0.56 | 142.86 | 0.39 | 0.32 |
| Hex | 32 | 71 | 4A | 38 | 0 | 23 | 38 | 8F | 27 | 20 |
| Octal | 62 | 161 | 112 | 70 | 0 | 43 | 70 | 217 | 47 | 40 |
| Binary | 110010 | 1110001 | 1001010 | 111000 | 0 | 100011 | 111000 | 10001111 | 100111 | 100000 |
Color Harmonies of #32714A
Complementary color
Monochromatic Colors of #32714A
Black with #32714A
Text Example
Text Example
White with #32714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32714A; }
p { color: rgb(50,113,74); }
H1.HeaderClassName
{
color: #32714A;
}
.AnyTagClassName
{
color: #32714A;
}
</style>
background-color css
<style>
a { background-color: #32714A; }
a { background-color: rgb(50,113,74); }
div.DivClassName
{
background-color: #32714A;
}
.BgClassName
{
background-color: #32714A;
}
</style>
border-color css
<style>
span { border-color: #32714A; }
span { border-color: rgb(50,113,74); }
td.TdClassName
{
border-color: #32714A;
}
.TagClassName
{
border-color: #32714A;
}
</style>