Shades of Genoa #376863
Tints of Genoa #376863
RGB
CMYK
RGB Variations
Color information
#376863 (or 0x376863) is known color: Genoa. HEX triplet: 37, 68 and 63. RGB value is (55,104,99). Sum of RGB (Red+Green+Blue) = 55+104+99=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #376863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376863 is #C8979C. Grayscale: #585858. Windows color (decimal): -13146013 or 6514743. OLE color: 6514743.
HSL color Cylindrical-coordinate representation of color #376863: hue angle of 173.88º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376863 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 104 | 99 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.59 |
| HSL | 173.88º | 0.31% | 0.31% | - |
| HSV(B) | 173.88º | 0.47% | 0.41% | - |
| XYZ | 8.78 | 11.61 | 13.58 | - |
| YUV | 88.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 99 | 0.47 | 0 | 0.05 | 0.59 | 173.88 | 0.31 | 0.31 |
| Hex | 37 | 68 | 63 | 2F | 0 | 5 | 3B | AE | 1F | 1F |
| Octal | 67 | 150 | 143 | 57 | 0 | 5 | 73 | 256 | 37 | 37 |
| Binary | 110111 | 1101000 | 1100011 | 101111 | 0 | 101 | 111011 | 10101110 | 11111 | 11111 |
Color Harmonies of #376863
Complementary color
Monochromatic Colors of #376863
Black with #376863
Text Example
Text Example
White with #376863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376863; }
p { color: rgb(55,104,99); }
H1.HeaderClassName
{
color: #376863;
}
.AnyTagClassName
{
color: #376863;
}
</style>
background-color css
<style>
a { background-color: #376863; }
a { background-color: rgb(55,104,99); }
div.DivClassName
{
background-color: #376863;
}
.BgClassName
{
background-color: #376863;
}
</style>
border-color css
<style>
span { border-color: #376863; }
span { border-color: rgb(55,104,99); }
td.TdClassName
{
border-color: #376863;
}
.TagClassName
{
border-color: #376863;
}
</style>