Shades of Genoa #31766E
Tints of Genoa #31766E
RGB
CMYK
RGB Variations
Color information
#31766E (or 0x31766E) is known color: Genoa. HEX triplet: 31, 76 and 6E. RGB value is (49,118,110). Sum of RGB (Red+Green+Blue) = 49+118+110=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #31766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766E is #CE8991. Grayscale: #606060. Windows color (decimal): -13535634 or 7239217. OLE color: 7239217.
HSL color Cylindrical-coordinate representation of color #31766E: hue angle of 173.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31766E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 110 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.54 |
| HSL | 173.04º | 0.41% | 0.33% | - |
| HSV(B) | 173.04º | 0.58% | 0.46% | - |
| XYZ | 10.56 | 14.74 | 17.04 | - |
| YUV | 96.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 110 | 0.58 | 0 | 0.07 | 0.54 | 173.04 | 0.41 | 0.33 |
| Hex | 31 | 76 | 6E | 3A | 0 | 7 | 36 | AD | 29 | 21 |
| Octal | 61 | 166 | 156 | 72 | 0 | 7 | 66 | 255 | 51 | 41 |
| Binary | 110001 | 1110110 | 1101110 | 111010 | 0 | 111 | 110110 | 10101101 | 101001 | 100001 |
Color Harmonies of #31766E
Complementary color
Monochromatic Colors of #31766E
Black with #31766E
Text Example
Text Example
White with #31766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31766E; }
p { color: rgb(49,118,110); }
H1.HeaderClassName
{
color: #31766E;
}
.AnyTagClassName
{
color: #31766E;
}
</style>
background-color css
<style>
a { background-color: #31766E; }
a { background-color: rgb(49,118,110); }
div.DivClassName
{
background-color: #31766E;
}
.BgClassName
{
background-color: #31766E;
}
</style>
border-color css
<style>
span { border-color: #31766E; }
span { border-color: rgb(49,118,110); }
td.TdClassName
{
border-color: #31766E;
}
.TagClassName
{
border-color: #31766E;
}
</style>