Shades of Genoa #31786F
Tints of Genoa #31786F
RGB
CMYK
RGB Variations
Color information
#31786F (or 0x31786F) is known color: Genoa. HEX triplet: 31, 78 and 6F. RGB value is (49,120,111). Sum of RGB (Red+Green+Blue) = 49+120+111=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #31786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786F is #CE8790. Grayscale: #616161. Windows color (decimal): -13535121 or 7305265. OLE color: 7305265.
HSL color Cylindrical-coordinate representation of color #31786F: hue angle of 172.39º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31786F is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 111 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.53 |
| HSL | 172.39º | 0.42% | 0.33% | - |
| HSV(B) | 172.39º | 0.59% | 0.47% | - |
| XYZ | 10.85 | 15.23 | 17.41 | - |
| YUV | 97.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 111 | 0.59 | 0 | 0.08 | 0.53 | 172.39 | 0.42 | 0.33 |
| Hex | 31 | 78 | 6F | 3B | 0 | 8 | 35 | AC | 2A | 21 |
| Octal | 61 | 170 | 157 | 73 | 0 | 10 | 65 | 254 | 52 | 41 |
| Binary | 110001 | 1111000 | 1101111 | 111011 | 0 | 1000 | 110101 | 10101100 | 101010 | 100001 |
Color Harmonies of #31786F
Complementary color
Monochromatic Colors of #31786F
Black with #31786F
Text Example
Text Example
White with #31786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31786F; }
p { color: rgb(49,120,111); }
H1.HeaderClassName
{
color: #31786F;
}
.AnyTagClassName
{
color: #31786F;
}
</style>
background-color css
<style>
a { background-color: #31786F; }
a { background-color: rgb(49,120,111); }
div.DivClassName
{
background-color: #31786F;
}
.BgClassName
{
background-color: #31786F;
}
</style>
border-color css
<style>
span { border-color: #31786F; }
span { border-color: rgb(49,120,111); }
td.TdClassName
{
border-color: #31786F;
}
.TagClassName
{
border-color: #31786F;
}
</style>