Shades of Genoa #32806C
Tints of Genoa #32806C
RGB
CMYK
RGB Variations
Color information
#32806C (or 0x32806C) is known color: Genoa. HEX triplet: 32, 80 and 6C. RGB value is (50,128,108). Sum of RGB (Red+Green+Blue) = 50+128+108=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #32806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32806C is #CD7F93. Grayscale: #666666. Windows color (decimal): -13467540 or 7110706. OLE color: 7110706.
HSL color Cylindrical-coordinate representation of color #32806C: hue angle of 164.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32806C is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 108 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.50 |
| HSL | 164.62º | 0.44% | 0.35% | - |
| HSV(B) | 164.62º | 0.61% | 0.5% | - |
| XYZ | 11.74 | 17.2 | 16.89 | - |
| YUV | 102.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 108 | 0.61 | 0 | 0.16 | 0.50 | 164.62 | 0.44 | 0.35 |
| Hex | 32 | 80 | 6C | 3D | 0 | 10 | 32 | A5 | 2C | 23 |
| Octal | 62 | 200 | 154 | 75 | 0 | 20 | 62 | 245 | 54 | 43 |
| Binary | 110010 | 10000000 | 1101100 | 111101 | 0 | 10000 | 110010 | 10100101 | 101100 | 100011 |
Color Harmonies of #32806C
Complementary color
Monochromatic Colors of #32806C
Black with #32806C
Text Example
Text Example
White with #32806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32806C; }
p { color: rgb(50,128,108); }
H1.HeaderClassName
{
color: #32806C;
}
.AnyTagClassName
{
color: #32806C;
}
</style>
background-color css
<style>
a { background-color: #32806C; }
a { background-color: rgb(50,128,108); }
div.DivClassName
{
background-color: #32806C;
}
.BgClassName
{
background-color: #32806C;
}
</style>
border-color css
<style>
span { border-color: #32806C; }
span { border-color: rgb(50,128,108); }
td.TdClassName
{
border-color: #32806C;
}
.TagClassName
{
border-color: #32806C;
}
</style>