Shades of Genoa #32786E
Tints of Genoa #32786E
RGB
CMYK
RGB Variations
Color information
#32786E (or 0x32786E) is known color: Genoa. HEX triplet: 32, 78 and 6E. RGB value is (50,120,110). Sum of RGB (Red+Green+Blue) = 50+120+110=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #32786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786E is #CD8791. Grayscale: #616161. Windows color (decimal): -13469586 or 7239730. OLE color: 7239730.
HSL color Cylindrical-coordinate representation of color #32786E: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32786E is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 110 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.53 |
| HSL | 171.43º | 0.41% | 0.33% | - |
| HSV(B) | 171.43º | 0.58% | 0.47% | - |
| XYZ | 10.85 | 15.24 | 17.12 | - |
| YUV | 97.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 110 | 0.58 | 0 | 0.08 | 0.53 | 171.43 | 0.41 | 0.33 |
| Hex | 32 | 78 | 6E | 3A | 0 | 8 | 35 | AB | 29 | 21 |
| Octal | 62 | 170 | 156 | 72 | 0 | 10 | 65 | 253 | 51 | 41 |
| Binary | 110010 | 1111000 | 1101110 | 111010 | 0 | 1000 | 110101 | 10101011 | 101001 | 100001 |
Color Harmonies of #32786E
Complementary color
Monochromatic Colors of #32786E
Black with #32786E
Text Example
Text Example
White with #32786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32786E; }
p { color: rgb(50,120,110); }
H1.HeaderClassName
{
color: #32786E;
}
.AnyTagClassName
{
color: #32786E;
}
</style>
background-color css
<style>
a { background-color: #32786E; }
a { background-color: rgb(50,120,110); }
div.DivClassName
{
background-color: #32786E;
}
.BgClassName
{
background-color: #32786E;
}
</style>
border-color css
<style>
span { border-color: #32786E; }
span { border-color: rgb(50,120,110); }
td.TdClassName
{
border-color: #32786E;
}
.TagClassName
{
border-color: #32786E;
}
</style>