Shades of Genoa #377B71
Tints of Genoa #377B71
RGB
CMYK
RGB Variations
Color information
#377B71 (or 0x377B71) is known color: Genoa. HEX triplet: 37, 7B and 71. RGB value is (55,123,113). Sum of RGB (Red+Green+Blue) = 55+123+113=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #377B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B71 is #C8848E. Grayscale: #656565. Windows color (decimal): -13141135 or 7437111. OLE color: 7437111.
HSL color Cylindrical-coordinate representation of color #377B71: hue angle of 171.18º 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 #377B71 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 113 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.52 |
| HSL | 171.18º | 0.38% | 0.35% | - |
| HSV(B) | 171.18º | 0.55% | 0.48% | - |
| XYZ | 11.64 | 16.17 | 18.13 | - |
| YUV | 101.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 113 | 0.55 | 0 | 0.08 | 0.52 | 171.18 | 0.38 | 0.35 |
| Hex | 37 | 7B | 71 | 37 | 0 | 8 | 34 | AB | 26 | 23 |
| Octal | 67 | 173 | 161 | 67 | 0 | 10 | 64 | 253 | 46 | 43 |
| Binary | 110111 | 1111011 | 1110001 | 110111 | 0 | 1000 | 110100 | 10101011 | 100110 | 100011 |
Color Harmonies of #377B71
Complementary color
Monochromatic Colors of #377B71
Black with #377B71
Text Example
Text Example
White with #377B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B71; }
p { color: rgb(55,123,113); }
H1.HeaderClassName
{
color: #377B71;
}
.AnyTagClassName
{
color: #377B71;
}
</style>
background-color css
<style>
a { background-color: #377B71; }
a { background-color: rgb(55,123,113); }
div.DivClassName
{
background-color: #377B71;
}
.BgClassName
{
background-color: #377B71;
}
</style>
border-color css
<style>
span { border-color: #377B71; }
span { border-color: rgb(55,123,113); }
td.TdClassName
{
border-color: #377B71;
}
.TagClassName
{
border-color: #377B71;
}
</style>