Shades of Genoa #377662
Tints of Genoa #377662
RGB
CMYK
RGB Variations
Color information
#377662 (or 0x377662) is known color: Genoa. HEX triplet: 37, 76 and 62. RGB value is (55,118,98). Sum of RGB (Red+Green+Blue) = 55+118+98=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #377662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377662 is #C8899D. Grayscale: #606060. Windows color (decimal): -13142430 or 6452791. OLE color: 6452791.
HSL color Cylindrical-coordinate representation of color #377662: hue angle of 160.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377662 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 98 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.54 |
| HSL | 160.95º | 0.36% | 0.34% | - |
| HSV(B) | 160.95º | 0.53% | 0.46% | - |
| XYZ | 10.26 | 14.65 | 13.84 | - |
| YUV | 96.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 98 | 0.53 | 0 | 0.17 | 0.54 | 160.95 | 0.36 | 0.34 |
| Hex | 37 | 76 | 62 | 35 | 0 | 11 | 36 | A1 | 24 | 22 |
| Octal | 67 | 166 | 142 | 65 | 0 | 21 | 66 | 241 | 44 | 42 |
| Binary | 110111 | 1110110 | 1100010 | 110101 | 0 | 10001 | 110110 | 10100001 | 100100 | 100010 |
Color Harmonies of #377662
Complementary color
Monochromatic Colors of #377662
Black with #377662
Text Example
Text Example
White with #377662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377662; }
p { color: rgb(55,118,98); }
H1.HeaderClassName
{
color: #377662;
}
.AnyTagClassName
{
color: #377662;
}
</style>
background-color css
<style>
a { background-color: #377662; }
a { background-color: rgb(55,118,98); }
div.DivClassName
{
background-color: #377662;
}
.BgClassName
{
background-color: #377662;
}
</style>
border-color css
<style>
span { border-color: #377662; }
span { border-color: rgb(55,118,98); }
td.TdClassName
{
border-color: #377662;
}
.TagClassName
{
border-color: #377662;
}
</style>