Shades of Genoa #31766D
Tints of Genoa #31766D
RGB
CMYK
RGB Variations
Color information
#31766D (or 0x31766D) is known color: Genoa. HEX triplet: 31, 76 and 6D. RGB value is (49,118,109). Sum of RGB (Red+Green+Blue) = 49+118+109=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #31766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766D is #CE8992. Grayscale: #606060. Windows color (decimal): -13535635 or 7173681. OLE color: 7173681.
HSL color Cylindrical-coordinate representation of color #31766D: hue angle of 172.17º 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 #31766D is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 109 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.54 |
| HSL | 172.17º | 0.41% | 0.33% | - |
| HSV(B) | 172.17º | 0.58% | 0.46% | - |
| XYZ | 10.51 | 14.71 | 16.75 | - |
| YUV | 96.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 109 | 0.58 | 0 | 0.08 | 0.54 | 172.17 | 0.41 | 0.33 |
| Hex | 31 | 76 | 6D | 3A | 0 | 8 | 36 | AC | 29 | 21 |
| Octal | 61 | 166 | 155 | 72 | 0 | 10 | 66 | 254 | 51 | 41 |
| Binary | 110001 | 1110110 | 1101101 | 111010 | 0 | 1000 | 110110 | 10101100 | 101001 | 100001 |
Color Harmonies of #31766D
Complementary color
Monochromatic Colors of #31766D
Black with #31766D
Text Example
Text Example
White with #31766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31766D; }
p { color: rgb(49,118,109); }
H1.HeaderClassName
{
color: #31766D;
}
.AnyTagClassName
{
color: #31766D;
}
</style>
background-color css
<style>
a { background-color: #31766D; }
a { background-color: rgb(49,118,109); }
div.DivClassName
{
background-color: #31766D;
}
.BgClassName
{
background-color: #31766D;
}
</style>
border-color css
<style>
span { border-color: #31766D; }
span { border-color: rgb(49,118,109); }
td.TdClassName
{
border-color: #31766D;
}
.TagClassName
{
border-color: #31766D;
}
</style>