Shades of Genoa #32816E
Tints of Genoa #32816E
RGB
CMYK
RGB Variations
Color information
#32816E (or 0x32816E) is known color: Genoa. HEX triplet: 32, 81 and 6E. RGB value is (50,129,110). Sum of RGB (Red+Green+Blue) = 50+129+110=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #32816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32816E is #CD7E91. Grayscale: #676767. Windows color (decimal): -13467282 or 7242034. OLE color: 7242034.
HSL color Cylindrical-coordinate representation of color #32816E: hue angle of 165.57º 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 #32816E is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 110 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.49 |
| HSL | 165.57º | 0.44% | 0.35% | - |
| HSV(B) | 165.57º | 0.61% | 0.51% | - |
| XYZ | 11.98 | 17.5 | 17.5 | - |
| YUV | 103.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 110 | 0.61 | 0 | 0.15 | 0.49 | 165.57 | 0.44 | 0.35 |
| Hex | 32 | 81 | 6E | 3D | 0 | F | 31 | A6 | 2C | 23 |
| Octal | 62 | 201 | 156 | 75 | 0 | 17 | 61 | 246 | 54 | 43 |
| Binary | 110010 | 10000001 | 1101110 | 111101 | 0 | 1111 | 110001 | 10100110 | 101100 | 100011 |
Color Harmonies of #32816E
Complementary color
Monochromatic Colors of #32816E
Black with #32816E
Text Example
Text Example
White with #32816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32816E; }
p { color: rgb(50,129,110); }
H1.HeaderClassName
{
color: #32816E;
}
.AnyTagClassName
{
color: #32816E;
}
</style>
background-color css
<style>
a { background-color: #32816E; }
a { background-color: rgb(50,129,110); }
div.DivClassName
{
background-color: #32816E;
}
.BgClassName
{
background-color: #32816E;
}
</style>
border-color css
<style>
span { border-color: #32816E; }
span { border-color: rgb(50,129,110); }
td.TdClassName
{
border-color: #32816E;
}
.TagClassName
{
border-color: #32816E;
}
</style>