Shades of Genoa #31745F
Tints of Genoa #31745F
RGB
CMYK
RGB Variations
Color information
#31745F (or 0x31745F) is known color: Genoa. HEX triplet: 31, 74 and 5F. RGB value is (49,116,95). Sum of RGB (Red+Green+Blue) = 49+116+95=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #31745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31745F is #CE8BA0. Grayscale: #5D5D5D. Windows color (decimal): -13536161 or 6255665. OLE color: 6255665.
HSL color Cylindrical-coordinate representation of color #31745F: hue angle of 161.19º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31745F is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 95 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.55 |
| HSL | 161.19º | 0.41% | 0.32% | - |
| HSV(B) | 161.19º | 0.58% | 0.45% | - |
| XYZ | 9.58 | 13.97 | 13.02 | - |
| YUV | 93.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 95 | 0.58 | 0 | 0.18 | 0.55 | 161.19 | 0.41 | 0.32 |
| Hex | 31 | 74 | 5F | 3A | 0 | 12 | 37 | A1 | 29 | 20 |
| Octal | 61 | 164 | 137 | 72 | 0 | 22 | 67 | 241 | 51 | 40 |
| Binary | 110001 | 1110100 | 1011111 | 111010 | 0 | 10010 | 110111 | 10100001 | 101001 | 100000 |
Color Harmonies of #31745F
Complementary color
Monochromatic Colors of #31745F
Black with #31745F
Text Example
Text Example
White with #31745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31745F; }
p { color: rgb(49,116,95); }
H1.HeaderClassName
{
color: #31745F;
}
.AnyTagClassName
{
color: #31745F;
}
</style>
background-color css
<style>
a { background-color: #31745F; }
a { background-color: rgb(49,116,95); }
div.DivClassName
{
background-color: #31745F;
}
.BgClassName
{
background-color: #31745F;
}
</style>
border-color css
<style>
span { border-color: #31745F; }
span { border-color: rgb(49,116,95); }
td.TdClassName
{
border-color: #31745F;
}
.TagClassName
{
border-color: #31745F;
}
</style>