Shades of Genoa #317D65
Tints of Genoa #317D65
RGB
CMYK
RGB Variations
Color information
#317D65 (or 0x317D65) is known color: Genoa. HEX triplet: 31, 7D and 65. RGB value is (49,125,101). Sum of RGB (Red+Green+Blue) = 49+125+101=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #317D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D65 is #CE829A. Grayscale: #636363. Windows color (decimal): -13533851 or 6651185. OLE color: 6651185.
HSL color Cylindrical-coordinate representation of color #317D65: hue angle of 161.05º 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 #317D65 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 101 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.51 |
| HSL | 161.05º | 0.44% | 0.34% | - |
| HSV(B) | 161.05º | 0.61% | 0.49% | - |
| XYZ | 10.95 | 16.26 | 14.87 | - |
| YUV | 99.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 101 | 0.61 | 0 | 0.19 | 0.51 | 161.05 | 0.44 | 0.34 |
| Hex | 31 | 7D | 65 | 3D | 0 | 13 | 33 | A1 | 2C | 22 |
| Octal | 61 | 175 | 145 | 75 | 0 | 23 | 63 | 241 | 54 | 42 |
| Binary | 110001 | 1111101 | 1100101 | 111101 | 0 | 10011 | 110011 | 10100001 | 101100 | 100010 |
Color Harmonies of #317D65
Complementary color
Monochromatic Colors of #317D65
Black with #317D65
Text Example
Text Example
White with #317D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D65; }
p { color: rgb(49,125,101); }
H1.HeaderClassName
{
color: #317D65;
}
.AnyTagClassName
{
color: #317D65;
}
</style>
background-color css
<style>
a { background-color: #317D65; }
a { background-color: rgb(49,125,101); }
div.DivClassName
{
background-color: #317D65;
}
.BgClassName
{
background-color: #317D65;
}
</style>
border-color css
<style>
span { border-color: #317D65; }
span { border-color: rgb(49,125,101); }
td.TdClassName
{
border-color: #317D65;
}
.TagClassName
{
border-color: #317D65;
}
</style>