Shades of Genoa #377B6E
Tints of Genoa #377B6E
RGB
CMYK
RGB Variations
Color information
#377B6E (or 0x377B6E) is known color: Genoa. HEX triplet: 37, 7B and 6E. RGB value is (55,123,110). Sum of RGB (Red+Green+Blue) = 55+123+110=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #377B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B6E is #C88491. Grayscale: #656565. Windows color (decimal): -13141138 or 7240503. OLE color: 7240503.
HSL color Cylindrical-coordinate representation of color #377B6E: hue angle of 168.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B6E is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 110 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.52 |
| HSL | 168.53º | 0.38% | 0.35% | - |
| HSV(B) | 168.53º | 0.55% | 0.48% | - |
| XYZ | 11.47 | 16.1 | 17.26 | - |
| YUV | 101.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 110 | 0.55 | 0 | 0.11 | 0.52 | 168.53 | 0.38 | 0.35 |
| Hex | 37 | 7B | 6E | 37 | 0 | B | 34 | A9 | 26 | 23 |
| Octal | 67 | 173 | 156 | 67 | 0 | 13 | 64 | 251 | 46 | 43 |
| Binary | 110111 | 1111011 | 1101110 | 110111 | 0 | 1011 | 110100 | 10101001 | 100110 | 100011 |
Color Harmonies of #377B6E
Complementary color
Monochromatic Colors of #377B6E
Black with #377B6E
Text Example
Text Example
White with #377B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B6E; }
p { color: rgb(55,123,110); }
H1.HeaderClassName
{
color: #377B6E;
}
.AnyTagClassName
{
color: #377B6E;
}
</style>
background-color css
<style>
a { background-color: #377B6E; }
a { background-color: rgb(55,123,110); }
div.DivClassName
{
background-color: #377B6E;
}
.BgClassName
{
background-color: #377B6E;
}
</style>
border-color css
<style>
span { border-color: #377B6E; }
span { border-color: rgb(55,123,110); }
td.TdClassName
{
border-color: #377B6E;
}
.TagClassName
{
border-color: #377B6E;
}
</style>