Shades of Genoa #377C6F
Tints of Genoa #377C6F
RGB
CMYK
RGB Variations
Color information
#377C6F (or 0x377C6F) is known color: Genoa. HEX triplet: 37, 7C and 6F. RGB value is (55,124,111). Sum of RGB (Red+Green+Blue) = 55+124+111=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #377C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C6F is #C88390. Grayscale: #656565. Windows color (decimal): -13140881 or 7306295. OLE color: 7306295.
HSL color Cylindrical-coordinate representation of color #377C6F: hue angle of 168.7º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C6F is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 111 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 168.7º | 0.39% | 0.35% | - |
| HSV(B) | 168.7º | 0.56% | 0.49% | - |
| XYZ | 11.65 | 16.38 | 17.59 | - |
| YUV | 101.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 111 | 0.56 | 0 | 0.10 | 0.51 | 168.7 | 0.39 | 0.35 |
| Hex | 37 | 7C | 6F | 38 | 0 | A | 33 | A9 | 27 | 23 |
| Octal | 67 | 174 | 157 | 70 | 0 | 12 | 63 | 251 | 47 | 43 |
| Binary | 110111 | 1111100 | 1101111 | 111000 | 0 | 1010 | 110011 | 10101001 | 100111 | 100011 |
Color Harmonies of #377C6F
Complementary color
Monochromatic Colors of #377C6F
Black with #377C6F
Text Example
Text Example
White with #377C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C6F; }
p { color: rgb(55,124,111); }
H1.HeaderClassName
{
color: #377C6F;
}
.AnyTagClassName
{
color: #377C6F;
}
</style>
background-color css
<style>
a { background-color: #377C6F; }
a { background-color: rgb(55,124,111); }
div.DivClassName
{
background-color: #377C6F;
}
.BgClassName
{
background-color: #377C6F;
}
</style>
border-color css
<style>
span { border-color: #377C6F; }
span { border-color: rgb(55,124,111); }
td.TdClassName
{
border-color: #377C6F;
}
.TagClassName
{
border-color: #377C6F;
}
</style>