Shades of Genoa #316A69
Tints of Genoa #316A69
RGB
CMYK
RGB Variations
Color information
#316A69 (or 0x316A69) is known color: Genoa. HEX triplet: 31, 6A and 69. RGB value is (49,106,105). Sum of RGB (Red+Green+Blue) = 49+106+105=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #316A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A69 is #CE9596. Grayscale: #585858. Windows color (decimal): -13538711 or 6908465. OLE color: 6908465.
HSL color Cylindrical-coordinate representation of color #316A69: hue angle of 178.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A69 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 105 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.58 |
| HSL | 178.95º | 0.37% | 0.3% | - |
| HSV(B) | 178.95º | 0.54% | 0.42% | - |
| XYZ | 8.97 | 11.98 | 15.2 | - |
| YUV | 88.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 105 | 0.54 | 0 | 0.01 | 0.58 | 178.95 | 0.37 | 0.3 |
| Hex | 31 | 6A | 69 | 36 | 0 | 1 | 3A | B3 | 25 | 1E |
| Octal | 61 | 152 | 151 | 66 | 0 | 1 | 72 | 263 | 45 | 36 |
| Binary | 110001 | 1101010 | 1101001 | 110110 | 0 | 1 | 111010 | 10110011 | 100101 | 11110 |
Color Harmonies of #316A69
Complementary color
Monochromatic Colors of #316A69
Black with #316A69
Text Example
Text Example
White with #316A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A69; }
p { color: rgb(49,106,105); }
H1.HeaderClassName
{
color: #316A69;
}
.AnyTagClassName
{
color: #316A69;
}
</style>
background-color css
<style>
a { background-color: #316A69; }
a { background-color: rgb(49,106,105); }
div.DivClassName
{
background-color: #316A69;
}
.BgClassName
{
background-color: #316A69;
}
</style>
border-color css
<style>
span { border-color: #316A69; }
span { border-color: rgb(49,106,105); }
td.TdClassName
{
border-color: #316A69;
}
.TagClassName
{
border-color: #316A69;
}
</style>