Shades of Genoa #316C6C
Tints of Genoa #316C6C
RGB
CMYK
RGB Variations
Color information
#316C6C (or 0x316C6C) is known color: Genoa. HEX triplet: 31, 6C and 6C. RGB value is (49,108,108). Sum of RGB (Red+Green+Blue) = 49+108+108=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #316C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C6C is #CE9393. Grayscale: #5A5A5A. Windows color (decimal): -13538196 or 7105585. OLE color: 7105585.
HSL color Cylindrical-coordinate representation of color #316C6C: hue angle of 180º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C6C is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 108 | - |
| CMYK | 0.55 | 0 | 0 | 0.58 |
| HSL | 180º | 0.38% | 0.31% | - |
| HSV(B) | 180º | 0.55% | 0.42% | - |
| XYZ | 9.34 | 12.46 | 16.1 | - |
| YUV | 90.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 108 | 0.55 | 0 | 0 | 0.58 | 180 | 0.38 | 0.31 |
| Hex | 31 | 6C | 6C | 37 | 0 | 0 | 3A | B4 | 26 | 1F |
| Octal | 61 | 154 | 154 | 67 | 0 | 0 | 72 | 264 | 46 | 37 |
| Binary | 110001 | 1101100 | 1101100 | 110111 | 0 | 0 | 111010 | 10110100 | 100110 | 11111 |
Color Harmonies of #316C6C
Complementary color
Monochromatic Colors of #316C6C
Black with #316C6C
Text Example
Text Example
White with #316C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C6C; }
p { color: rgb(49,108,108); }
H1.HeaderClassName
{
color: #316C6C;
}
.AnyTagClassName
{
color: #316C6C;
}
</style>
background-color css
<style>
a { background-color: #316C6C; }
a { background-color: rgb(49,108,108); }
div.DivClassName
{
background-color: #316C6C;
}
.BgClassName
{
background-color: #316C6C;
}
</style>
border-color css
<style>
span { border-color: #316C6C; }
span { border-color: rgb(49,108,108); }
td.TdClassName
{
border-color: #316C6C;
}
.TagClassName
{
border-color: #316C6C;
}
</style>