Shades of Genoa #377865
Tints of Genoa #377865
RGB
CMYK
RGB Variations
Color information
#377865 (or 0x377865) is known color: Genoa. HEX triplet: 37, 78 and 65. RGB value is (55,120,101). Sum of RGB (Red+Green+Blue) = 55+120+101=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #377865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377865 is #C8879A. Grayscale: #626262. Windows color (decimal): -13141915 or 6649911. OLE color: 6649911.
HSL color Cylindrical-coordinate representation of color #377865: hue angle of 162.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377865 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 101 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.53 |
| HSL | 162.46º | 0.37% | 0.34% | - |
| HSV(B) | 162.46º | 0.54% | 0.47% | - |
| XYZ | 10.64 | 15.18 | 14.68 | - |
| YUV | 98.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 101 | 0.54 | 0 | 0.16 | 0.53 | 162.46 | 0.37 | 0.34 |
| Hex | 37 | 78 | 65 | 36 | 0 | 10 | 35 | A2 | 25 | 22 |
| Octal | 67 | 170 | 145 | 66 | 0 | 20 | 65 | 242 | 45 | 42 |
| Binary | 110111 | 1111000 | 1100101 | 110110 | 0 | 10000 | 110101 | 10100010 | 100101 | 100010 |
Color Harmonies of #377865
Complementary color
Monochromatic Colors of #377865
Black with #377865
Text Example
Text Example
White with #377865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377865; }
p { color: rgb(55,120,101); }
H1.HeaderClassName
{
color: #377865;
}
.AnyTagClassName
{
color: #377865;
}
</style>
background-color css
<style>
a { background-color: #377865; }
a { background-color: rgb(55,120,101); }
div.DivClassName
{
background-color: #377865;
}
.BgClassName
{
background-color: #377865;
}
</style>
border-color css
<style>
span { border-color: #377865; }
span { border-color: rgb(55,120,101); }
td.TdClassName
{
border-color: #377865;
}
.TagClassName
{
border-color: #377865;
}
</style>