Shades of Genoa #317863
Tints of Genoa #317863
RGB
CMYK
RGB Variations
Color information
#317863 (or 0x317863) is known color: Genoa. HEX triplet: 31, 78 and 63. RGB value is (49,120,99). Sum of RGB (Red+Green+Blue) = 49+120+99=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #317863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317863 is #CE879C. Grayscale: #606060. Windows color (decimal): -13535133 or 6518833. OLE color: 6518833.
HSL color Cylindrical-coordinate representation of color #317863: hue angle of 162.25º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317863 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 99 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.53 |
| HSL | 162.25º | 0.42% | 0.33% | - |
| HSV(B) | 162.25º | 0.59% | 0.47% | - |
| XYZ | 10.24 | 14.99 | 14.16 | - |
| YUV | 96.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 99 | 0.59 | 0 | 0.17 | 0.53 | 162.25 | 0.42 | 0.33 |
| Hex | 31 | 78 | 63 | 3B | 0 | 11 | 35 | A2 | 2A | 21 |
| Octal | 61 | 170 | 143 | 73 | 0 | 21 | 65 | 242 | 52 | 41 |
| Binary | 110001 | 1111000 | 1100011 | 111011 | 0 | 10001 | 110101 | 10100010 | 101010 | 100001 |
Color Harmonies of #317863
Complementary color
Monochromatic Colors of #317863
Black with #317863
Text Example
Text Example
White with #317863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317863; }
p { color: rgb(49,120,99); }
H1.HeaderClassName
{
color: #317863;
}
.AnyTagClassName
{
color: #317863;
}
</style>
background-color css
<style>
a { background-color: #317863; }
a { background-color: rgb(49,120,99); }
div.DivClassName
{
background-color: #317863;
}
.BgClassName
{
background-color: #317863;
}
</style>
border-color css
<style>
span { border-color: #317863; }
span { border-color: rgb(49,120,99); }
td.TdClassName
{
border-color: #317863;
}
.TagClassName
{
border-color: #317863;
}
</style>