Shades of Genoa #31726E
Tints of Genoa #31726E
RGB
CMYK
RGB Variations
Color information
#31726E (or 0x31726E) is known color: Genoa. HEX triplet: 31, 72 and 6E. RGB value is (49,114,110). Sum of RGB (Red+Green+Blue) = 49+114+110=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #31726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726E is #CE8D91. Grayscale: #5E5E5E. Windows color (decimal): -13536658 or 7238193. OLE color: 7238193.
HSL color Cylindrical-coordinate representation of color #31726E: hue angle of 176.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31726E is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 114 | 110 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.55 |
| HSL | 176.31º | 0.4% | 0.32% | - |
| HSV(B) | 176.31º | 0.57% | 0.45% | - |
| XYZ | 10.1 | 13.81 | 16.89 | - |
| YUV | 94.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 110 | 0.57 | 0 | 0.04 | 0.55 | 176.31 | 0.4 | 0.32 |
| Hex | 31 | 72 | 6E | 39 | 0 | 4 | 37 | B0 | 28 | 20 |
| Octal | 61 | 162 | 156 | 71 | 0 | 4 | 67 | 260 | 50 | 40 |
| Binary | 110001 | 1110010 | 1101110 | 111001 | 0 | 100 | 110111 | 10110000 | 101000 | 100000 |
Color Harmonies of #31726E
Complementary color
Monochromatic Colors of #31726E
Black with #31726E
Text Example
Text Example
White with #31726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31726E; }
p { color: rgb(49,114,110); }
H1.HeaderClassName
{
color: #31726E;
}
.AnyTagClassName
{
color: #31726E;
}
</style>
background-color css
<style>
a { background-color: #31726E; }
a { background-color: rgb(49,114,110); }
div.DivClassName
{
background-color: #31726E;
}
.BgClassName
{
background-color: #31726E;
}
</style>
border-color css
<style>
span { border-color: #31726E; }
span { border-color: rgb(49,114,110); }
td.TdClassName
{
border-color: #31726E;
}
.TagClassName
{
border-color: #31726E;
}
</style>