Shades of Genoa #317F66
Tints of Genoa #317F66
RGB
CMYK
RGB Variations
Color information
#317F66 (or 0x317F66) is known color: Genoa. HEX triplet: 31, 7F and 66. RGB value is (49,127,102). Sum of RGB (Red+Green+Blue) = 49+127+102=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #317F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F66 is #CE8099. Grayscale: #646464. Windows color (decimal): -13533338 or 6717233. OLE color: 6717233.
HSL color Cylindrical-coordinate representation of color #317F66: hue angle of 160.77º 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 #317F66 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 127 | 102 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.50 |
| HSL | 160.77º | 0.44% | 0.35% | - |
| HSV(B) | 160.77º | 0.61% | 0.5% | - |
| XYZ | 11.25 | 16.79 | 15.22 | - |
| YUV | 100.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 102 | 0.61 | 0 | 0.20 | 0.50 | 160.77 | 0.44 | 0.35 |
| Hex | 31 | 7F | 66 | 3D | 0 | 14 | 32 | A1 | 2C | 23 |
| Octal | 61 | 177 | 146 | 75 | 0 | 24 | 62 | 241 | 54 | 43 |
| Binary | 110001 | 1111111 | 1100110 | 111101 | 0 | 10100 | 110010 | 10100001 | 101100 | 100011 |
Color Harmonies of #317F66
Complementary color
Monochromatic Colors of #317F66
Black with #317F66
Text Example
Text Example
White with #317F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317F66; }
p { color: rgb(49,127,102); }
H1.HeaderClassName
{
color: #317F66;
}
.AnyTagClassName
{
color: #317F66;
}
</style>
background-color css
<style>
a { background-color: #317F66; }
a { background-color: rgb(49,127,102); }
div.DivClassName
{
background-color: #317F66;
}
.BgClassName
{
background-color: #317F66;
}
</style>
border-color css
<style>
span { border-color: #317F66; }
span { border-color: rgb(49,127,102); }
td.TdClassName
{
border-color: #317F66;
}
.TagClassName
{
border-color: #317F66;
}
</style>