Shades of Genoa #317D73
Tints of Genoa #317D73
RGB
CMYK
RGB Variations
Color information
#317D73 (or 0x317D73) is known color: Genoa. HEX triplet: 31, 7D and 73. RGB value is (49,125,115). Sum of RGB (Red+Green+Blue) = 49+125+115=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #317D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D73 is #CE828C. Grayscale: #656565. Windows color (decimal): -13533837 or 7568689. OLE color: 7568689.
HSL color Cylindrical-coordinate representation of color #317D73: hue angle of 172.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D73 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 115 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.51 |
| HSL | 172.11º | 0.44% | 0.34% | - |
| HSV(B) | 172.11º | 0.61% | 0.49% | - |
| XYZ | 11.69 | 16.56 | 18.8 | - |
| YUV | 101.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 115 | 0.61 | 0 | 0.08 | 0.51 | 172.11 | 0.44 | 0.34 |
| Hex | 31 | 7D | 73 | 3D | 0 | 8 | 33 | AC | 2C | 22 |
| Octal | 61 | 175 | 163 | 75 | 0 | 10 | 63 | 254 | 54 | 42 |
| Binary | 110001 | 1111101 | 1110011 | 111101 | 0 | 1000 | 110011 | 10101100 | 101100 | 100010 |
Color Harmonies of #317D73
Complementary color
Monochromatic Colors of #317D73
Black with #317D73
Text Example
Text Example
White with #317D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D73; }
p { color: rgb(49,125,115); }
H1.HeaderClassName
{
color: #317D73;
}
.AnyTagClassName
{
color: #317D73;
}
</style>
background-color css
<style>
a { background-color: #317D73; }
a { background-color: rgb(49,125,115); }
div.DivClassName
{
background-color: #317D73;
}
.BgClassName
{
background-color: #317D73;
}
</style>
border-color css
<style>
span { border-color: #317D73; }
span { border-color: rgb(49,125,115); }
td.TdClassName
{
border-color: #317D73;
}
.TagClassName
{
border-color: #317D73;
}
</style>