Shades of Genoa #31746D
Tints of Genoa #31746D
RGB
CMYK
RGB Variations
Color information
#31746D (or 0x31746D) is known color: Genoa. HEX triplet: 31, 74 and 6D. RGB value is (49,116,109). Sum of RGB (Red+Green+Blue) = 49+116+109=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #31746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746D is #CE8B92. Grayscale: #5F5F5F. Windows color (decimal): -13536147 or 7173169. OLE color: 7173169.
HSL color Cylindrical-coordinate representation of color #31746D: hue angle of 173.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31746D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 109 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.55 |
| HSL | 173.73º | 0.41% | 0.32% | - |
| HSV(B) | 173.73º | 0.58% | 0.45% | - |
| XYZ | 10.27 | 14.25 | 16.68 | - |
| YUV | 95.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 109 | 0.58 | 0 | 0.06 | 0.55 | 173.73 | 0.41 | 0.32 |
| Hex | 31 | 74 | 6D | 3A | 0 | 6 | 37 | AE | 29 | 20 |
| Octal | 61 | 164 | 155 | 72 | 0 | 6 | 67 | 256 | 51 | 40 |
| Binary | 110001 | 1110100 | 1101101 | 111010 | 0 | 110 | 110111 | 10101110 | 101001 | 100000 |
Color Harmonies of #31746D
Complementary color
Monochromatic Colors of #31746D
Black with #31746D
Text Example
Text Example
White with #31746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31746D; }
p { color: rgb(49,116,109); }
H1.HeaderClassName
{
color: #31746D;
}
.AnyTagClassName
{
color: #31746D;
}
</style>
background-color css
<style>
a { background-color: #31746D; }
a { background-color: rgb(49,116,109); }
div.DivClassName
{
background-color: #31746D;
}
.BgClassName
{
background-color: #31746D;
}
</style>
border-color css
<style>
span { border-color: #31746D; }
span { border-color: rgb(49,116,109); }
td.TdClassName
{
border-color: #31746D;
}
.TagClassName
{
border-color: #31746D;
}
</style>