Shades of Genoa #31786C
Tints of Genoa #31786C
RGB
CMYK
RGB Variations
Color information
#31786C (or 0x31786C) is known color: Genoa. HEX triplet: 31, 78 and 6C. RGB value is (49,120,108). Sum of RGB (Red+Green+Blue) = 49+120+108=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #31786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786C is #CE8793. Grayscale: #616161. Windows color (decimal): -13535124 or 7108657. OLE color: 7108657.
HSL color Cylindrical-coordinate representation of color #31786C: hue angle of 169.86º 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 #31786C is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 108 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.53 |
| HSL | 169.86º | 0.42% | 0.33% | - |
| HSV(B) | 169.86º | 0.59% | 0.47% | - |
| XYZ | 10.69 | 15.17 | 16.55 | - |
| YUV | 97.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 108 | 0.59 | 0 | 0.10 | 0.53 | 169.86 | 0.42 | 0.33 |
| Hex | 31 | 78 | 6C | 3B | 0 | A | 35 | AA | 2A | 21 |
| Octal | 61 | 170 | 154 | 73 | 0 | 12 | 65 | 252 | 52 | 41 |
| Binary | 110001 | 1111000 | 1101100 | 111011 | 0 | 1010 | 110101 | 10101010 | 101010 | 100001 |
Color Harmonies of #31786C
Complementary color
Monochromatic Colors of #31786C
Black with #31786C
Text Example
Text Example
White with #31786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31786C; }
p { color: rgb(49,120,108); }
H1.HeaderClassName
{
color: #31786C;
}
.AnyTagClassName
{
color: #31786C;
}
</style>
background-color css
<style>
a { background-color: #31786C; }
a { background-color: rgb(49,120,108); }
div.DivClassName
{
background-color: #31786C;
}
.BgClassName
{
background-color: #31786C;
}
</style>
border-color css
<style>
span { border-color: #31786C; }
span { border-color: rgb(49,120,108); }
td.TdClassName
{
border-color: #31786C;
}
.TagClassName
{
border-color: #31786C;
}
</style>