Shades of Genoa #31706E
Tints of Genoa #31706E
RGB
CMYK
RGB Variations
Color information
#31706E (or 0x31706E) is known color: Genoa. HEX triplet: 31, 70 and 6E. RGB value is (49,112,110). Sum of RGB (Red+Green+Blue) = 49+112+110=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #31706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706E is #CE8F91. Grayscale: #5C5C5C. Windows color (decimal): -13537170 or 7237681. OLE color: 7237681.
HSL color Cylindrical-coordinate representation of color #31706E: hue angle of 178.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31706E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 110 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.56 |
| HSL | 178.1º | 0.39% | 0.32% | - |
| HSV(B) | 178.1º | 0.56% | 0.44% | - |
| XYZ | 9.88 | 13.37 | 16.81 | - |
| YUV | 92.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 110 | 0.56 | 0 | 0.02 | 0.56 | 178.1 | 0.39 | 0.32 |
| Hex | 31 | 70 | 6E | 38 | 0 | 2 | 38 | B2 | 27 | 20 |
| Octal | 61 | 160 | 156 | 70 | 0 | 2 | 70 | 262 | 47 | 40 |
| Binary | 110001 | 1110000 | 1101110 | 111000 | 0 | 10 | 111000 | 10110010 | 100111 | 100000 |
Color Harmonies of #31706E
Complementary color
Monochromatic Colors of #31706E
Black with #31706E
Text Example
Text Example
White with #31706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31706E; }
p { color: rgb(49,112,110); }
H1.HeaderClassName
{
color: #31706E;
}
.AnyTagClassName
{
color: #31706E;
}
</style>
background-color css
<style>
a { background-color: #31706E; }
a { background-color: rgb(49,112,110); }
div.DivClassName
{
background-color: #31706E;
}
.BgClassName
{
background-color: #31706E;
}
</style>
border-color css
<style>
span { border-color: #31706E; }
span { border-color: rgb(49,112,110); }
td.TdClassName
{
border-color: #31706E;
}
.TagClassName
{
border-color: #31706E;
}
</style>