Shades of Genoa #32846E
Tints of Genoa #32846E
RGB
CMYK
RGB Variations
Color information
#32846E (or 0x32846E) is known color: Genoa. HEX triplet: 32, 84 and 6E. RGB value is (50,132,110). Sum of RGB (Red+Green+Blue) = 50+132+110=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #32846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32846E is #CD7B91. Grayscale: #686868. Windows color (decimal): -13466514 or 7242802. OLE color: 7242802.
HSL color Cylindrical-coordinate representation of color #32846E: hue angle of 163.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32846E is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 110 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.48 |
| HSL | 163.9º | 0.45% | 0.36% | - |
| HSV(B) | 163.9º | 0.62% | 0.52% | - |
| XYZ | 12.38 | 18.31 | 17.63 | - |
| YUV | 104.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 110 | 0.62 | 0 | 0.17 | 0.48 | 163.9 | 0.45 | 0.36 |
| Hex | 32 | 84 | 6E | 3E | 0 | 11 | 30 | A4 | 2D | 24 |
| Octal | 62 | 204 | 156 | 76 | 0 | 21 | 60 | 244 | 55 | 44 |
| Binary | 110010 | 10000100 | 1101110 | 111110 | 0 | 10001 | 110000 | 10100100 | 101101 | 100100 |
Color Harmonies of #32846E
Complementary color
Monochromatic Colors of #32846E
Black with #32846E
Text Example
Text Example
White with #32846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32846E; }
p { color: rgb(50,132,110); }
H1.HeaderClassName
{
color: #32846E;
}
.AnyTagClassName
{
color: #32846E;
}
</style>
background-color css
<style>
a { background-color: #32846E; }
a { background-color: rgb(50,132,110); }
div.DivClassName
{
background-color: #32846E;
}
.BgClassName
{
background-color: #32846E;
}
</style>
border-color css
<style>
span { border-color: #32846E; }
span { border-color: rgb(50,132,110); }
td.TdClassName
{
border-color: #32846E;
}
.TagClassName
{
border-color: #32846E;
}
</style>