Shades of Genoa #32816C
Tints of Genoa #32816C
RGB
CMYK
RGB Variations
Color information
#32816C (or 0x32816C) is known color: Genoa. HEX triplet: 32, 81 and 6C. RGB value is (50,129,108). Sum of RGB (Red+Green+Blue) = 50+129+108=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #32816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32816C is #CD7E93. Grayscale: #666666. Windows color (decimal): -13467284 or 7110962. OLE color: 7110962.
HSL color Cylindrical-coordinate representation of color #32816C: hue angle of 164.05º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32816C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 108 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.49 |
| HSL | 164.05º | 0.44% | 0.35% | - |
| HSV(B) | 164.05º | 0.61% | 0.51% | - |
| XYZ | 11.87 | 17.46 | 16.93 | - |
| YUV | 102.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 108 | 0.61 | 0 | 0.16 | 0.49 | 164.05 | 0.44 | 0.35 |
| Hex | 32 | 81 | 6C | 3D | 0 | 10 | 31 | A4 | 2C | 23 |
| Octal | 62 | 201 | 154 | 75 | 0 | 20 | 61 | 244 | 54 | 43 |
| Binary | 110010 | 10000001 | 1101100 | 111101 | 0 | 10000 | 110001 | 10100100 | 101100 | 100011 |
Color Harmonies of #32816C
Complementary color
Monochromatic Colors of #32816C
Black with #32816C
Text Example
Text Example
White with #32816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32816C; }
p { color: rgb(50,129,108); }
H1.HeaderClassName
{
color: #32816C;
}
.AnyTagClassName
{
color: #32816C;
}
</style>
background-color css
<style>
a { background-color: #32816C; }
a { background-color: rgb(50,129,108); }
div.DivClassName
{
background-color: #32816C;
}
.BgClassName
{
background-color: #32816C;
}
</style>
border-color css
<style>
span { border-color: #32816C; }
span { border-color: rgb(50,129,108); }
td.TdClassName
{
border-color: #32816C;
}
.TagClassName
{
border-color: #32816C;
}
</style>