Shades of Genoa #377B6F
Tints of Genoa #377B6F
RGB
CMYK
RGB Variations
Color information
#377B6F (or 0x377B6F) is known color: Genoa. HEX triplet: 37, 7B and 6F. RGB value is (55,123,111). Sum of RGB (Red+Green+Blue) = 55+123+111=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #377B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B6F is #C88490. Grayscale: #656565. Windows color (decimal): -13141137 or 7306039. OLE color: 7306039.
HSL color Cylindrical-coordinate representation of color #377B6F: hue angle of 169.41º 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 #377B6F is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 111 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.52 |
| HSL | 169.41º | 0.38% | 0.35% | - |
| HSV(B) | 169.41º | 0.55% | 0.48% | - |
| XYZ | 11.53 | 16.13 | 17.54 | - |
| YUV | 101.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 111 | 0.55 | 0 | 0.10 | 0.52 | 169.41 | 0.38 | 0.35 |
| Hex | 37 | 7B | 6F | 37 | 0 | A | 34 | A9 | 26 | 23 |
| Octal | 67 | 173 | 157 | 67 | 0 | 12 | 64 | 251 | 46 | 43 |
| Binary | 110111 | 1111011 | 1101111 | 110111 | 0 | 1010 | 110100 | 10101001 | 100110 | 100011 |
Color Harmonies of #377B6F
Complementary color
Monochromatic Colors of #377B6F
Black with #377B6F
Text Example
Text Example
White with #377B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B6F; }
p { color: rgb(55,123,111); }
H1.HeaderClassName
{
color: #377B6F;
}
.AnyTagClassName
{
color: #377B6F;
}
</style>
background-color css
<style>
a { background-color: #377B6F; }
a { background-color: rgb(55,123,111); }
div.DivClassName
{
background-color: #377B6F;
}
.BgClassName
{
background-color: #377B6F;
}
</style>
border-color css
<style>
span { border-color: #377B6F; }
span { border-color: rgb(55,123,111); }
td.TdClassName
{
border-color: #377B6F;
}
.TagClassName
{
border-color: #377B6F;
}
</style>