Shades of Amazon #32704C
Tints of Amazon #32704C
RGB
CMYK
RGB Variations
Color information
#32704C (or 0x32704C) is known color: Amazon. HEX triplet: 32, 70 and 4C. RGB value is (50,112,76). Sum of RGB (Red+Green+Blue) = 50+112+76=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #32704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32704C is #CD8FB3. Grayscale: #595959. Windows color (decimal): -13471668 or 5009458. OLE color: 5009458.
HSL color Cylindrical-coordinate representation of color #32704C: hue angle of 145.16º 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 #32704C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 76 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.56 |
| HSL | 145.16º | 0.38% | 0.32% | - |
| HSV(B) | 145.16º | 0.55% | 0.44% | - |
| XYZ | 8.41 | 12.79 | 8.86 | - |
| YUV | 89.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 76 | 0.55 | 0 | 0.32 | 0.56 | 145.16 | 0.38 | 0.32 |
| Hex | 32 | 70 | 4C | 37 | 0 | 20 | 38 | 91 | 26 | 20 |
| Octal | 62 | 160 | 114 | 67 | 0 | 40 | 70 | 221 | 46 | 40 |
| Binary | 110010 | 1110000 | 1001100 | 110111 | 0 | 100000 | 111000 | 10010001 | 100110 | 100000 |
Color Harmonies of #32704C
Complementary color
Monochromatic Colors of #32704C
Black with #32704C
Text Example
Text Example
White with #32704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32704C; }
p { color: rgb(50,112,76); }
H1.HeaderClassName
{
color: #32704C;
}
.AnyTagClassName
{
color: #32704C;
}
</style>
background-color css
<style>
a { background-color: #32704C; }
a { background-color: rgb(50,112,76); }
div.DivClassName
{
background-color: #32704C;
}
.BgClassName
{
background-color: #32704C;
}
</style>
border-color css
<style>
span { border-color: #32704C; }
span { border-color: rgb(50,112,76); }
td.TdClassName
{
border-color: #32704C;
}
.TagClassName
{
border-color: #32704C;
}
</style>