Shades of Genoa #31756A
Tints of Genoa #31756A
RGB
CMYK
RGB Variations
Color information
#31756A (or 0x31756A) is known color: Genoa. HEX triplet: 31, 75 and 6A. RGB value is (49,117,106). Sum of RGB (Red+Green+Blue) = 49+117+106=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #31756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31756A is #CE8A95. Grayscale: #5F5F5F. Windows color (decimal): -13535894 or 6976817. OLE color: 6976817.
HSL color Cylindrical-coordinate representation of color #31756A: hue angle of 170.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31756A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 106 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.54 |
| HSL | 170.29º | 0.41% | 0.33% | - |
| HSV(B) | 170.29º | 0.58% | 0.46% | - |
| XYZ | 10.23 | 14.42 | 15.88 | - |
| YUV | 95.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 106 | 0.58 | 0 | 0.09 | 0.54 | 170.29 | 0.41 | 0.33 |
| Hex | 31 | 75 | 6A | 3A | 0 | 9 | 36 | AA | 29 | 21 |
| Octal | 61 | 165 | 152 | 72 | 0 | 11 | 66 | 252 | 51 | 41 |
| Binary | 110001 | 1110101 | 1101010 | 111010 | 0 | 1001 | 110110 | 10101010 | 101001 | 100001 |
Color Harmonies of #31756A
Complementary color
Monochromatic Colors of #31756A
Black with #31756A
Text Example
Text Example
White with #31756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31756A; }
p { color: rgb(49,117,106); }
H1.HeaderClassName
{
color: #31756A;
}
.AnyTagClassName
{
color: #31756A;
}
</style>
background-color css
<style>
a { background-color: #31756A; }
a { background-color: rgb(49,117,106); }
div.DivClassName
{
background-color: #31756A;
}
.BgClassName
{
background-color: #31756A;
}
</style>
border-color css
<style>
span { border-color: #31756A; }
span { border-color: rgb(49,117,106); }
td.TdClassName
{
border-color: #31756A;
}
.TagClassName
{
border-color: #31756A;
}
</style>