Shades of Genoa #31816F
Tints of Genoa #31816F
RGB
CMYK
RGB Variations
Color information
#31816F (or 0x31816F) is known color: Genoa. HEX triplet: 31, 81 and 6F. RGB value is (49,129,111). Sum of RGB (Red+Green+Blue) = 49+129+111=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #31816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31816F is #CE7E90. Grayscale: #676767. Windows color (decimal): -13532817 or 7307569. OLE color: 7307569.
HSL color Cylindrical-coordinate representation of color #31816F: hue angle of 166.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31816F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 111 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.49 |
| HSL | 166.5º | 0.45% | 0.35% | - |
| HSV(B) | 166.5º | 0.62% | 0.51% | - |
| XYZ | 11.99 | 17.5 | 17.79 | - |
| YUV | 103.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 111 | 0.62 | 0 | 0.14 | 0.49 | 166.5 | 0.45 | 0.35 |
| Hex | 31 | 81 | 6F | 3E | 0 | E | 31 | A6 | 2D | 23 |
| Octal | 61 | 201 | 157 | 76 | 0 | 16 | 61 | 246 | 55 | 43 |
| Binary | 110001 | 10000001 | 1101111 | 111110 | 0 | 1110 | 110001 | 10100110 | 101101 | 100011 |
Color Harmonies of #31816F
Complementary color
Monochromatic Colors of #31816F
Black with #31816F
Text Example
Text Example
White with #31816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31816F; }
p { color: rgb(49,129,111); }
H1.HeaderClassName
{
color: #31816F;
}
.AnyTagClassName
{
color: #31816F;
}
</style>
background-color css
<style>
a { background-color: #31816F; }
a { background-color: rgb(49,129,111); }
div.DivClassName
{
background-color: #31816F;
}
.BgClassName
{
background-color: #31816F;
}
</style>
border-color css
<style>
span { border-color: #31816F; }
span { border-color: rgb(49,129,111); }
td.TdClassName
{
border-color: #31816F;
}
.TagClassName
{
border-color: #31816F;
}
</style>