Shades of Amazon #32704D
Tints of Amazon #32704D
RGB
CMYK
RGB Variations
Color information
#32704D (or 0x32704D) is known color: Amazon. HEX triplet: 32, 70 and 4D. RGB value is (50,112,77). Sum of RGB (Red+Green+Blue) = 50+112+77=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #32704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32704D is #CD8FB2. Grayscale: #595959. Windows color (decimal): -13471667 or 5074994. OLE color: 5074994.
HSL color Cylindrical-coordinate representation of color #32704D: hue angle of 146.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32704D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 77 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.56 |
| HSL | 146.13º | 0.38% | 0.32% | - |
| HSV(B) | 146.13º | 0.55% | 0.44% | - |
| XYZ | 8.45 | 12.8 | 9.05 | - |
| YUV | 89.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 77 | 0.55 | 0 | 0.31 | 0.56 | 146.13 | 0.38 | 0.32 |
| Hex | 32 | 70 | 4D | 37 | 0 | 1F | 38 | 92 | 26 | 20 |
| Octal | 62 | 160 | 115 | 67 | 0 | 37 | 70 | 222 | 46 | 40 |
| Binary | 110010 | 1110000 | 1001101 | 110111 | 0 | 11111 | 111000 | 10010010 | 100110 | 100000 |
Color Harmonies of #32704D
Complementary color
Monochromatic Colors of #32704D
Black with #32704D
Text Example
Text Example
White with #32704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32704D; }
p { color: rgb(50,112,77); }
H1.HeaderClassName
{
color: #32704D;
}
.AnyTagClassName
{
color: #32704D;
}
</style>
background-color css
<style>
a { background-color: #32704D; }
a { background-color: rgb(50,112,77); }
div.DivClassName
{
background-color: #32704D;
}
.BgClassName
{
background-color: #32704D;
}
</style>
border-color css
<style>
span { border-color: #32704D; }
span { border-color: rgb(50,112,77); }
td.TdClassName
{
border-color: #32704D;
}
.TagClassName
{
border-color: #32704D;
}
</style>