Shades of Amazon #32704F
Tints of Amazon #32704F
RGB
CMYK
RGB Variations
Color information
#32704F (or 0x32704F) is known color: Amazon. HEX triplet: 32, 70 and 4F. RGB value is (50,112,79). Sum of RGB (Red+Green+Blue) = 50+112+79=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #32704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32704F is #CD8FB0. Grayscale: #595959. Windows color (decimal): -13471665 or 5206066. OLE color: 5206066.
HSL color Cylindrical-coordinate representation of color #32704F: hue angle of 148.06º 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 #32704F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 79 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.56 |
| HSL | 148.06º | 0.38% | 0.32% | - |
| HSV(B) | 148.06º | 0.55% | 0.44% | - |
| XYZ | 8.52 | 12.83 | 9.42 | - |
| YUV | 89.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 79 | 0.55 | 0 | 0.29 | 0.56 | 148.06 | 0.38 | 0.32 |
| Hex | 32 | 70 | 4F | 37 | 0 | 1D | 38 | 94 | 26 | 20 |
| Octal | 62 | 160 | 117 | 67 | 0 | 35 | 70 | 224 | 46 | 40 |
| Binary | 110010 | 1110000 | 1001111 | 110111 | 0 | 11101 | 111000 | 10010100 | 100110 | 100000 |
Color Harmonies of #32704F
Complementary color
Monochromatic Colors of #32704F
Black with #32704F
Text Example
Text Example
White with #32704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32704F; }
p { color: rgb(50,112,79); }
H1.HeaderClassName
{
color: #32704F;
}
.AnyTagClassName
{
color: #32704F;
}
</style>
background-color css
<style>
a { background-color: #32704F; }
a { background-color: rgb(50,112,79); }
div.DivClassName
{
background-color: #32704F;
}
.BgClassName
{
background-color: #32704F;
}
</style>
border-color css
<style>
span { border-color: #32704F; }
span { border-color: rgb(50,112,79); }
td.TdClassName
{
border-color: #32704F;
}
.TagClassName
{
border-color: #32704F;
}
</style>