Shades of Amazon #32704E
Tints of Amazon #32704E
RGB
CMYK
RGB Variations
Color information
#32704E (or 0x32704E) is known color: Amazon. HEX triplet: 32, 70 and 4E. RGB value is (50,112,78). Sum of RGB (Red+Green+Blue) = 50+112+78=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #32704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32704E is #CD8FB1. Grayscale: #595959. Windows color (decimal): -13471666 or 5140530. OLE color: 5140530.
HSL color Cylindrical-coordinate representation of color #32704E: hue angle of 147.1º 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 #32704E is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 78 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.56 |
| HSL | 147.1º | 0.38% | 0.32% | - |
| HSV(B) | 147.1º | 0.55% | 0.44% | - |
| XYZ | 8.48 | 12.82 | 9.23 | - |
| YUV | 89.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 78 | 0.55 | 0 | 0.30 | 0.56 | 147.1 | 0.38 | 0.32 |
| Hex | 32 | 70 | 4E | 37 | 0 | 1E | 38 | 93 | 26 | 20 |
| Octal | 62 | 160 | 116 | 67 | 0 | 36 | 70 | 223 | 46 | 40 |
| Binary | 110010 | 1110000 | 1001110 | 110111 | 0 | 11110 | 111000 | 10010011 | 100110 | 100000 |
Color Harmonies of #32704E
Complementary color
Monochromatic Colors of #32704E
Black with #32704E
Text Example
Text Example
White with #32704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32704E; }
p { color: rgb(50,112,78); }
H1.HeaderClassName
{
color: #32704E;
}
.AnyTagClassName
{
color: #32704E;
}
</style>
background-color css
<style>
a { background-color: #32704E; }
a { background-color: rgb(50,112,78); }
div.DivClassName
{
background-color: #32704E;
}
.BgClassName
{
background-color: #32704E;
}
</style>
border-color css
<style>
span { border-color: #32704E; }
span { border-color: rgb(50,112,78); }
td.TdClassName
{
border-color: #32704E;
}
.TagClassName
{
border-color: #32704E;
}
</style>