Shades of Genoa #317D68
Tints of Genoa #317D68
RGB
CMYK
RGB Variations
Color information
#317D68 (or 0x317D68) is known color: Genoa. HEX triplet: 31, 7D and 68. RGB value is (49,125,104). Sum of RGB (Red+Green+Blue) = 49+125+104=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 125 - color contains mainly: green. Hex color #317D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D68 is #CE8297. Grayscale: #636363. Windows color (decimal): -13533848 or 6847793. OLE color: 6847793.
HSL color Cylindrical-coordinate representation of color #317D68: hue angle of 163.42º 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 #317D68 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 104 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.51 |
| HSL | 163.42º | 0.44% | 0.34% | - |
| HSV(B) | 163.42º | 0.61% | 0.49% | - |
| XYZ | 11.1 | 16.32 | 15.66 | - |
| YUV | 99.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 104 | 0.61 | 0 | 0.17 | 0.51 | 163.42 | 0.44 | 0.34 |
| Hex | 31 | 7D | 68 | 3D | 0 | 11 | 33 | A3 | 2C | 22 |
| Octal | 61 | 175 | 150 | 75 | 0 | 21 | 63 | 243 | 54 | 42 |
| Binary | 110001 | 1111101 | 1101000 | 111101 | 0 | 10001 | 110011 | 10100011 | 101100 | 100010 |
Color Harmonies of #317D68
Complementary color
Monochromatic Colors of #317D68
Black with #317D68
Text Example
Text Example
White with #317D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D68; }
p { color: rgb(49,125,104); }
H1.HeaderClassName
{
color: #317D68;
}
.AnyTagClassName
{
color: #317D68;
}
</style>
background-color css
<style>
a { background-color: #317D68; }
a { background-color: rgb(49,125,104); }
div.DivClassName
{
background-color: #317D68;
}
.BgClassName
{
background-color: #317D68;
}
</style>
border-color css
<style>
span { border-color: #317D68; }
span { border-color: rgb(49,125,104); }
td.TdClassName
{
border-color: #317D68;
}
.TagClassName
{
border-color: #317D68;
}
</style>