Shades of Genoa #316F60
Tints of Genoa #316F60
RGB
CMYK
RGB Variations
Color information
#316F60 (or 0x316F60) is known color: Genoa. HEX triplet: 31, 6F and 60. RGB value is (49,111,96). Sum of RGB (Red+Green+Blue) = 49+111+96=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #316F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F60 is #CE909F. Grayscale: #5A5A5A. Windows color (decimal): -13537440 or 6319921. OLE color: 6319921.
HSL color Cylindrical-coordinate representation of color #316F60: hue angle of 165.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F60 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 96 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.56 |
| HSL | 165.48º | 0.39% | 0.31% | - |
| HSV(B) | 165.48º | 0.56% | 0.44% | - |
| XYZ | 9.06 | 12.87 | 13.07 | - |
| YUV | 90.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 96 | 0.56 | 0 | 0.14 | 0.56 | 165.48 | 0.39 | 0.31 |
| Hex | 31 | 6F | 60 | 38 | 0 | E | 38 | A5 | 27 | 1F |
| Octal | 61 | 157 | 140 | 70 | 0 | 16 | 70 | 245 | 47 | 37 |
| Binary | 110001 | 1101111 | 1100000 | 111000 | 0 | 1110 | 111000 | 10100101 | 100111 | 11111 |
Color Harmonies of #316F60
Complementary color
Monochromatic Colors of #316F60
Black with #316F60
Text Example
Text Example
White with #316F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F60; }
p { color: rgb(49,111,96); }
H1.HeaderClassName
{
color: #316F60;
}
.AnyTagClassName
{
color: #316F60;
}
</style>
background-color css
<style>
a { background-color: #316F60; }
a { background-color: rgb(49,111,96); }
div.DivClassName
{
background-color: #316F60;
}
.BgClassName
{
background-color: #316F60;
}
</style>
border-color css
<style>
span { border-color: #316F60; }
span { border-color: rgb(49,111,96); }
td.TdClassName
{
border-color: #316F60;
}
.TagClassName
{
border-color: #316F60;
}
</style>