Shades of Genoa #317D6A
Tints of Genoa #317D6A
RGB
CMYK
RGB Variations
Color information
#317D6A (or 0x317D6A) is known color: Genoa. HEX triplet: 31, 7D and 6A. RGB value is (49,125,106). Sum of RGB (Red+Green+Blue) = 49+125+106=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #317D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D6A is #CE8295. Grayscale: #646464. Windows color (decimal): -13533846 or 6978865. OLE color: 6978865.
HSL color Cylindrical-coordinate representation of color #317D6A: hue angle of 165º 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 #317D6A is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 106 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.51 |
| HSL | 165º | 0.44% | 0.34% | - |
| HSV(B) | 165º | 0.61% | 0.49% | - |
| XYZ | 11.2 | 16.36 | 16.2 | - |
| YUV | 100.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 106 | 0.61 | 0 | 0.15 | 0.51 | 165 | 0.44 | 0.34 |
| Hex | 31 | 7D | 6A | 3D | 0 | F | 33 | A5 | 2C | 22 |
| Octal | 61 | 175 | 152 | 75 | 0 | 17 | 63 | 245 | 54 | 42 |
| Binary | 110001 | 1111101 | 1101010 | 111101 | 0 | 1111 | 110011 | 10100101 | 101100 | 100010 |
Color Harmonies of #317D6A
Complementary color
Monochromatic Colors of #317D6A
Black with #317D6A
Text Example
Text Example
White with #317D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D6A; }
p { color: rgb(49,125,106); }
H1.HeaderClassName
{
color: #317D6A;
}
.AnyTagClassName
{
color: #317D6A;
}
</style>
background-color css
<style>
a { background-color: #317D6A; }
a { background-color: rgb(49,125,106); }
div.DivClassName
{
background-color: #317D6A;
}
.BgClassName
{
background-color: #317D6A;
}
</style>
border-color css
<style>
span { border-color: #317D6A; }
span { border-color: rgb(49,125,106); }
td.TdClassName
{
border-color: #317D6A;
}
.TagClassName
{
border-color: #317D6A;
}
</style>