Shades of Genoa #316D67
Tints of Genoa #316D67
RGB
CMYK
RGB Variations
Color information
#316D67 (or 0x316D67) is known color: Genoa. HEX triplet: 31, 6D and 67. RGB value is (49,109,103). Sum of RGB (Red+Green+Blue) = 49+109+103=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #316D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D67 is #CE9298. Grayscale: #5A5A5A. Windows color (decimal): -13537945 or 6778161. OLE color: 6778161.
HSL color Cylindrical-coordinate representation of color #316D67: hue angle of 174º 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 #316D67 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 103 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.57 |
| HSL | 174º | 0.38% | 0.31% | - |
| HSV(B) | 174º | 0.55% | 0.43% | - |
| XYZ | 9.18 | 12.57 | 14.77 | - |
| YUV | 90.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 103 | 0.55 | 0 | 0.06 | 0.57 | 174 | 0.38 | 0.31 |
| Hex | 31 | 6D | 67 | 37 | 0 | 6 | 39 | AE | 26 | 1F |
| Octal | 61 | 155 | 147 | 67 | 0 | 6 | 71 | 256 | 46 | 37 |
| Binary | 110001 | 1101101 | 1100111 | 110111 | 0 | 110 | 111001 | 10101110 | 100110 | 11111 |
Color Harmonies of #316D67
Complementary color
Monochromatic Colors of #316D67
Black with #316D67
Text Example
Text Example
White with #316D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D67; }
p { color: rgb(49,109,103); }
H1.HeaderClassName
{
color: #316D67;
}
.AnyTagClassName
{
color: #316D67;
}
</style>
background-color css
<style>
a { background-color: #316D67; }
a { background-color: rgb(49,109,103); }
div.DivClassName
{
background-color: #316D67;
}
.BgClassName
{
background-color: #316D67;
}
</style>
border-color css
<style>
span { border-color: #316D67; }
span { border-color: rgb(49,109,103); }
td.TdClassName
{
border-color: #316D67;
}
.TagClassName
{
border-color: #316D67;
}
</style>