Shades of Genoa #317B65
Tints of Genoa #317B65
RGB
CMYK
RGB Variations
Color information
#317B65 (or 0x317B65) is known color: Genoa. HEX triplet: 31, 7B and 65. RGB value is (49,123,101). Sum of RGB (Red+Green+Blue) = 49+123+101=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #317B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B65 is #CE849A. Grayscale: #626262. Windows color (decimal): -13534363 or 6650673. OLE color: 6650673.
HSL color Cylindrical-coordinate representation of color #317B65: hue angle of 162.16º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B65 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 123 | 101 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.52 |
| HSL | 162.16º | 0.43% | 0.34% | - |
| HSV(B) | 162.16º | 0.6% | 0.48% | - |
| XYZ | 10.7 | 15.76 | 14.79 | - |
| YUV | 98.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 101 | 0.60 | 0 | 0.18 | 0.52 | 162.16 | 0.43 | 0.34 |
| Hex | 31 | 7B | 65 | 3C | 0 | 12 | 34 | A2 | 2B | 22 |
| Octal | 61 | 173 | 145 | 74 | 0 | 22 | 64 | 242 | 53 | 42 |
| Binary | 110001 | 1111011 | 1100101 | 111100 | 0 | 10010 | 110100 | 10100010 | 101011 | 100010 |
Color Harmonies of #317B65
Complementary color
Monochromatic Colors of #317B65
Black with #317B65
Text Example
Text Example
White with #317B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317B65; }
p { color: rgb(49,123,101); }
H1.HeaderClassName
{
color: #317B65;
}
.AnyTagClassName
{
color: #317B65;
}
</style>
background-color css
<style>
a { background-color: #317B65; }
a { background-color: rgb(49,123,101); }
div.DivClassName
{
background-color: #317B65;
}
.BgClassName
{
background-color: #317B65;
}
</style>
border-color css
<style>
span { border-color: #317B65; }
span { border-color: rgb(49,123,101); }
td.TdClassName
{
border-color: #317B65;
}
.TagClassName
{
border-color: #317B65;
}
</style>