Shades of Genoa #31776E
Tints of Genoa #31776E
RGB
CMYK
RGB Variations
Color information
#31776E (or 0x31776E) is known color: Genoa. HEX triplet: 31, 77 and 6E. RGB value is (49,119,110). Sum of RGB (Red+Green+Blue) = 49+119+110=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #31776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31776E is #CE8891. Grayscale: #616161. Windows color (decimal): -13535378 or 7239473. OLE color: 7239473.
HSL color Cylindrical-coordinate representation of color #31776E: hue angle of 172.29º 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 #31776E is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 110 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.53 |
| HSL | 172.29º | 0.42% | 0.33% | - |
| HSV(B) | 172.29º | 0.59% | 0.47% | - |
| XYZ | 10.68 | 14.97 | 17.08 | - |
| YUV | 97.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 110 | 0.59 | 0 | 0.08 | 0.53 | 172.29 | 0.42 | 0.33 |
| Hex | 31 | 77 | 6E | 3B | 0 | 8 | 35 | AC | 2A | 21 |
| Octal | 61 | 167 | 156 | 73 | 0 | 10 | 65 | 254 | 52 | 41 |
| Binary | 110001 | 1110111 | 1101110 | 111011 | 0 | 1000 | 110101 | 10101100 | 101010 | 100001 |
Color Harmonies of #31776E
Complementary color
Monochromatic Colors of #31776E
Black with #31776E
Text Example
Text Example
White with #31776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31776E; }
p { color: rgb(49,119,110); }
H1.HeaderClassName
{
color: #31776E;
}
.AnyTagClassName
{
color: #31776E;
}
</style>
background-color css
<style>
a { background-color: #31776E; }
a { background-color: rgb(49,119,110); }
div.DivClassName
{
background-color: #31776E;
}
.BgClassName
{
background-color: #31776E;
}
</style>
border-color css
<style>
span { border-color: #31776E; }
span { border-color: rgb(49,119,110); }
td.TdClassName
{
border-color: #31776E;
}
.TagClassName
{
border-color: #31776E;
}
</style>