Shades of Genoa #377C6C
Tints of Genoa #377C6C
RGB
CMYK
RGB Variations
Color information
#377C6C (or 0x377C6C) is known color: Genoa. HEX triplet: 37, 7C and 6C. RGB value is (55,124,108). Sum of RGB (Red+Green+Blue) = 55+124+108=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #377C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C6C is #C88393. Grayscale: #656565. Windows color (decimal): -13140884 or 7109687. OLE color: 7109687.
HSL color Cylindrical-coordinate representation of color #377C6C: hue angle of 166.09º 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 #377C6C is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 108 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.51 |
| HSL | 166.09º | 0.39% | 0.35% | - |
| HSV(B) | 166.09º | 0.56% | 0.49% | - |
| XYZ | 11.49 | 16.31 | 16.73 | - |
| YUV | 101.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 108 | 0.56 | 0 | 0.13 | 0.51 | 166.09 | 0.39 | 0.35 |
| Hex | 37 | 7C | 6C | 38 | 0 | D | 33 | A6 | 27 | 23 |
| Octal | 67 | 174 | 154 | 70 | 0 | 15 | 63 | 246 | 47 | 43 |
| Binary | 110111 | 1111100 | 1101100 | 111000 | 0 | 1101 | 110011 | 10100110 | 100111 | 100011 |
Color Harmonies of #377C6C
Complementary color
Monochromatic Colors of #377C6C
Black with #377C6C
Text Example
Text Example
White with #377C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C6C; }
p { color: rgb(55,124,108); }
H1.HeaderClassName
{
color: #377C6C;
}
.AnyTagClassName
{
color: #377C6C;
}
</style>
background-color css
<style>
a { background-color: #377C6C; }
a { background-color: rgb(55,124,108); }
div.DivClassName
{
background-color: #377C6C;
}
.BgClassName
{
background-color: #377C6C;
}
</style>
border-color css
<style>
span { border-color: #377C6C; }
span { border-color: rgb(55,124,108); }
td.TdClassName
{
border-color: #377C6C;
}
.TagClassName
{
border-color: #377C6C;
}
</style>