Shades of Genoa #31765E
Tints of Genoa #31765E
RGB
CMYK
RGB Variations
Color information
#31765E (or 0x31765E) is known color: Genoa. HEX triplet: 31, 76 and 5E. RGB value is (49,118,94). Sum of RGB (Red+Green+Blue) = 49+118+94=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #31765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31765E is #CE89A1. Grayscale: #5E5E5E. Windows color (decimal): -13535650 or 6190641. OLE color: 6190641.
HSL color Cylindrical-coordinate representation of color #31765E: hue angle of 159.13º 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 #31765E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 94 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.54 |
| HSL | 159.13º | 0.41% | 0.33% | - |
| HSV(B) | 159.13º | 0.58% | 0.46% | - |
| XYZ | 9.77 | 14.42 | 12.86 | - |
| YUV | 94.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 94 | 0.58 | 0 | 0.20 | 0.54 | 159.13 | 0.41 | 0.33 |
| Hex | 31 | 76 | 5E | 3A | 0 | 14 | 36 | 9F | 29 | 21 |
| Octal | 61 | 166 | 136 | 72 | 0 | 24 | 66 | 237 | 51 | 41 |
| Binary | 110001 | 1110110 | 1011110 | 111010 | 0 | 10100 | 110110 | 10011111 | 101001 | 100001 |
Color Harmonies of #31765E
Complementary color
Monochromatic Colors of #31765E
Black with #31765E
Text Example
Text Example
White with #31765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31765E; }
p { color: rgb(49,118,94); }
H1.HeaderClassName
{
color: #31765E;
}
.AnyTagClassName
{
color: #31765E;
}
</style>
background-color css
<style>
a { background-color: #31765E; }
a { background-color: rgb(49,118,94); }
div.DivClassName
{
background-color: #31765E;
}
.BgClassName
{
background-color: #31765E;
}
</style>
border-color css
<style>
span { border-color: #31765E; }
span { border-color: rgb(49,118,94); }
td.TdClassName
{
border-color: #31765E;
}
.TagClassName
{
border-color: #31765E;
}
</style>