Shades of Genoa #32705F
Tints of Genoa #32705F
RGB
CMYK
RGB Variations
Color information
#32705F (or 0x32705F) is known color: Genoa. HEX triplet: 32, 70 and 5F. RGB value is (50,112,95). Sum of RGB (Red+Green+Blue) = 50+112+95=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #32705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32705F is #CD8FA0. Grayscale: #5B5B5B. Windows color (decimal): -13471649 or 6254642. OLE color: 6254642.
HSL color Cylindrical-coordinate representation of color #32705F: hue angle of 163.55º 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 #32705F is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 95 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.56 |
| HSL | 163.55º | 0.38% | 0.32% | - |
| HSV(B) | 163.55º | 0.55% | 0.44% | - |
| XYZ | 9.18 | 13.09 | 12.87 | - |
| YUV | 91.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 95 | 0.55 | 0 | 0.15 | 0.56 | 163.55 | 0.38 | 0.32 |
| Hex | 32 | 70 | 5F | 37 | 0 | F | 38 | A4 | 26 | 20 |
| Octal | 62 | 160 | 137 | 67 | 0 | 17 | 70 | 244 | 46 | 40 |
| Binary | 110010 | 1110000 | 1011111 | 110111 | 0 | 1111 | 111000 | 10100100 | 100110 | 100000 |
Color Harmonies of #32705F
Complementary color
Monochromatic Colors of #32705F
Black with #32705F
Text Example
Text Example
White with #32705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32705F; }
p { color: rgb(50,112,95); }
H1.HeaderClassName
{
color: #32705F;
}
.AnyTagClassName
{
color: #32705F;
}
</style>
background-color css
<style>
a { background-color: #32705F; }
a { background-color: rgb(50,112,95); }
div.DivClassName
{
background-color: #32705F;
}
.BgClassName
{
background-color: #32705F;
}
</style>
border-color css
<style>
span { border-color: #32705F; }
span { border-color: rgb(50,112,95); }
td.TdClassName
{
border-color: #32705F;
}
.TagClassName
{
border-color: #32705F;
}
</style>