Shades of Genoa #316F63
Tints of Genoa #316F63
RGB
CMYK
RGB Variations
Color information
#316F63 (or 0x316F63) is known color: Genoa. HEX triplet: 31, 6F and 63. RGB value is (49,111,99). Sum of RGB (Red+Green+Blue) = 49+111+99=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #316F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F63 is #CE909C. Grayscale: #5B5B5B. Windows color (decimal): -13537437 or 6516529. OLE color: 6516529.
HSL color Cylindrical-coordinate representation of color #316F63: hue angle of 168.39º 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 #316F63 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 99 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.56 |
| HSL | 168.39º | 0.39% | 0.31% | - |
| HSV(B) | 168.39º | 0.56% | 0.44% | - |
| XYZ | 9.2 | 12.92 | 13.81 | - |
| YUV | 91.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 99 | 0.56 | 0 | 0.11 | 0.56 | 168.39 | 0.39 | 0.31 |
| Hex | 31 | 6F | 63 | 38 | 0 | B | 38 | A8 | 27 | 1F |
| Octal | 61 | 157 | 143 | 70 | 0 | 13 | 70 | 250 | 47 | 37 |
| Binary | 110001 | 1101111 | 1100011 | 111000 | 0 | 1011 | 111000 | 10101000 | 100111 | 11111 |
Color Harmonies of #316F63
Complementary color
Monochromatic Colors of #316F63
Black with #316F63
Text Example
Text Example
White with #316F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F63; }
p { color: rgb(49,111,99); }
H1.HeaderClassName
{
color: #316F63;
}
.AnyTagClassName
{
color: #316F63;
}
</style>
background-color css
<style>
a { background-color: #316F63; }
a { background-color: rgb(49,111,99); }
div.DivClassName
{
background-color: #316F63;
}
.BgClassName
{
background-color: #316F63;
}
</style>
border-color css
<style>
span { border-color: #316F63; }
span { border-color: rgb(49,111,99); }
td.TdClassName
{
border-color: #316F63;
}
.TagClassName
{
border-color: #316F63;
}
</style>