Shades of Genoa #32786D
Tints of Genoa #32786D
RGB
CMYK
RGB Variations
Color information
#32786D (or 0x32786D) is known color: Genoa. HEX triplet: 32, 78 and 6D. RGB value is (50,120,109). Sum of RGB (Red+Green+Blue) = 50+120+109=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #32786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786D is #CD8792. Grayscale: #616161. Windows color (decimal): -13469587 or 7174194. OLE color: 7174194.
HSL color Cylindrical-coordinate representation of color #32786D: hue angle of 170.57º 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 #32786D is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 109 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.53 |
| HSL | 170.57º | 0.41% | 0.33% | - |
| HSV(B) | 170.57º | 0.58% | 0.47% | - |
| XYZ | 10.79 | 15.22 | 16.84 | - |
| YUV | 97.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 109 | 0.58 | 0 | 0.09 | 0.53 | 170.57 | 0.41 | 0.33 |
| Hex | 32 | 78 | 6D | 3A | 0 | 9 | 35 | AB | 29 | 21 |
| Octal | 62 | 170 | 155 | 72 | 0 | 11 | 65 | 253 | 51 | 41 |
| Binary | 110010 | 1111000 | 1101101 | 111010 | 0 | 1001 | 110101 | 10101011 | 101001 | 100001 |
Color Harmonies of #32786D
Complementary color
Monochromatic Colors of #32786D
Black with #32786D
Text Example
Text Example
White with #32786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32786D; }
p { color: rgb(50,120,109); }
H1.HeaderClassName
{
color: #32786D;
}
.AnyTagClassName
{
color: #32786D;
}
</style>
background-color css
<style>
a { background-color: #32786D; }
a { background-color: rgb(50,120,109); }
div.DivClassName
{
background-color: #32786D;
}
.BgClassName
{
background-color: #32786D;
}
</style>
border-color css
<style>
span { border-color: #32786D; }
span { border-color: rgb(50,120,109); }
td.TdClassName
{
border-color: #32786D;
}
.TagClassName
{
border-color: #32786D;
}
</style>