Shades of Genoa #377B6A
Tints of Genoa #377B6A
RGB
CMYK
RGB Variations
Color information
#377B6A (or 0x377B6A) is known color: Genoa. HEX triplet: 37, 7B and 6A. RGB value is (55,123,106). Sum of RGB (Red+Green+Blue) = 55+123+106=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #377B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B6A is #C88495. Grayscale: #646464. Windows color (decimal): -13141142 or 6978359. OLE color: 6978359.
HSL color Cylindrical-coordinate representation of color #377B6A: hue angle of 165º 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 #377B6A is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 106 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.52 |
| HSL | 165º | 0.38% | 0.35% | - |
| HSV(B) | 165º | 0.55% | 0.48% | - |
| XYZ | 11.26 | 16.02 | 16.13 | - |
| YUV | 100.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 106 | 0.55 | 0 | 0.14 | 0.52 | 165 | 0.38 | 0.35 |
| Hex | 37 | 7B | 6A | 37 | 0 | E | 34 | A5 | 26 | 23 |
| Octal | 67 | 173 | 152 | 67 | 0 | 16 | 64 | 245 | 46 | 43 |
| Binary | 110111 | 1111011 | 1101010 | 110111 | 0 | 1110 | 110100 | 10100101 | 100110 | 100011 |
Color Harmonies of #377B6A
Complementary color
Monochromatic Colors of #377B6A
Black with #377B6A
Text Example
Text Example
White with #377B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B6A; }
p { color: rgb(55,123,106); }
H1.HeaderClassName
{
color: #377B6A;
}
.AnyTagClassName
{
color: #377B6A;
}
</style>
background-color css
<style>
a { background-color: #377B6A; }
a { background-color: rgb(55,123,106); }
div.DivClassName
{
background-color: #377B6A;
}
.BgClassName
{
background-color: #377B6A;
}
</style>
border-color css
<style>
span { border-color: #377B6A; }
span { border-color: rgb(55,123,106); }
td.TdClassName
{
border-color: #377B6A;
}
.TagClassName
{
border-color: #377B6A;
}
</style>