Shades of Genoa #31796C
Tints of Genoa #31796C
RGB
CMYK
RGB Variations
Color information
#31796C (or 0x31796C) is known color: Genoa. HEX triplet: 31, 79 and 6C. RGB value is (49,121,108). Sum of RGB (Red+Green+Blue) = 49+121+108=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #31796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31796C is #CE8693. Grayscale: #616161. Windows color (decimal): -13534868 or 7108913. OLE color: 7108913.
HSL color Cylindrical-coordinate representation of color #31796C: hue angle of 169.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31796C is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 108 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.53 |
| HSL | 169.17º | 0.42% | 0.33% | - |
| HSV(B) | 169.17º | 0.6% | 0.47% | - |
| XYZ | 10.81 | 15.41 | 16.59 | - |
| YUV | 97.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 108 | 0.60 | 0 | 0.11 | 0.53 | 169.17 | 0.42 | 0.33 |
| Hex | 31 | 79 | 6C | 3C | 0 | B | 35 | A9 | 2A | 21 |
| Octal | 61 | 171 | 154 | 74 | 0 | 13 | 65 | 251 | 52 | 41 |
| Binary | 110001 | 1111001 | 1101100 | 111100 | 0 | 1011 | 110101 | 10101001 | 101010 | 100001 |
Color Harmonies of #31796C
Complementary color
Monochromatic Colors of #31796C
Black with #31796C
Text Example
Text Example
White with #31796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31796C; }
p { color: rgb(49,121,108); }
H1.HeaderClassName
{
color: #31796C;
}
.AnyTagClassName
{
color: #31796C;
}
</style>
background-color css
<style>
a { background-color: #31796C; }
a { background-color: rgb(49,121,108); }
div.DivClassName
{
background-color: #31796C;
}
.BgClassName
{
background-color: #31796C;
}
</style>
border-color css
<style>
span { border-color: #31796C; }
span { border-color: rgb(49,121,108); }
td.TdClassName
{
border-color: #31796C;
}
.TagClassName
{
border-color: #31796C;
}
</style>