Shades of Genoa #317F68
Tints of Genoa #317F68
RGB
CMYK
RGB Variations
Color information
#317F68 (or 0x317F68) is known color: Genoa. HEX triplet: 31, 7F and 68. RGB value is (49,127,104). Sum of RGB (Red+Green+Blue) = 49+127+104=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #317F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F68 is #CE8097. Grayscale: #656565. Windows color (decimal): -13533336 or 6848305. OLE color: 6848305.
HSL color Cylindrical-coordinate representation of color #317F68: hue angle of 162.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F68 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 127 | 104 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.50 |
| HSL | 162.31º | 0.44% | 0.35% | - |
| HSV(B) | 162.31º | 0.61% | 0.5% | - |
| XYZ | 11.35 | 16.83 | 15.75 | - |
| YUV | 101.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 104 | 0.61 | 0 | 0.18 | 0.50 | 162.31 | 0.44 | 0.35 |
| Hex | 31 | 7F | 68 | 3D | 0 | 12 | 32 | A2 | 2C | 23 |
| Octal | 61 | 177 | 150 | 75 | 0 | 22 | 62 | 242 | 54 | 43 |
| Binary | 110001 | 1111111 | 1101000 | 111101 | 0 | 10010 | 110010 | 10100010 | 101100 | 100011 |
Color Harmonies of #317F68
Complementary color
Monochromatic Colors of #317F68
Black with #317F68
Text Example
Text Example
White with #317F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317F68; }
p { color: rgb(49,127,104); }
H1.HeaderClassName
{
color: #317F68;
}
.AnyTagClassName
{
color: #317F68;
}
</style>
background-color css
<style>
a { background-color: #317F68; }
a { background-color: rgb(49,127,104); }
div.DivClassName
{
background-color: #317F68;
}
.BgClassName
{
background-color: #317F68;
}
</style>
border-color css
<style>
span { border-color: #317F68; }
span { border-color: rgb(49,127,104); }
td.TdClassName
{
border-color: #317F68;
}
.TagClassName
{
border-color: #317F68;
}
</style>