Shades of Genoa #316D69
Tints of Genoa #316D69
RGB
CMYK
RGB Variations
Color information
#316D69 (or 0x316D69) is known color: Genoa. HEX triplet: 31, 6D and 69. RGB value is (49,109,105). Sum of RGB (Red+Green+Blue) = 49+109+105=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #316D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D69 is #CE9296. Grayscale: #5A5A5A. Windows color (decimal): -13537943 or 6909233. OLE color: 6909233.
HSL color Cylindrical-coordinate representation of color #316D69: hue angle of 176º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D69 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 105 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.57 |
| HSL | 176º | 0.38% | 0.31% | - |
| HSV(B) | 176º | 0.55% | 0.43% | - |
| XYZ | 9.29 | 12.61 | 15.31 | - |
| YUV | 90.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 105 | 0.55 | 0 | 0.04 | 0.57 | 176 | 0.38 | 0.31 |
| Hex | 31 | 6D | 69 | 37 | 0 | 4 | 39 | B0 | 26 | 1F |
| Octal | 61 | 155 | 151 | 67 | 0 | 4 | 71 | 260 | 46 | 37 |
| Binary | 110001 | 1101101 | 1101001 | 110111 | 0 | 100 | 111001 | 10110000 | 100110 | 11111 |
Color Harmonies of #316D69
Complementary color
Monochromatic Colors of #316D69
Black with #316D69
Text Example
Text Example
White with #316D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D69; }
p { color: rgb(49,109,105); }
H1.HeaderClassName
{
color: #316D69;
}
.AnyTagClassName
{
color: #316D69;
}
</style>
background-color css
<style>
a { background-color: #316D69; }
a { background-color: rgb(49,109,105); }
div.DivClassName
{
background-color: #316D69;
}
.BgClassName
{
background-color: #316D69;
}
</style>
border-color css
<style>
span { border-color: #316D69; }
span { border-color: rgb(49,109,105); }
td.TdClassName
{
border-color: #316D69;
}
.TagClassName
{
border-color: #316D69;
}
</style>