Shades of Genoa #377B74
Tints of Genoa #377B74
RGB
CMYK
RGB Variations
Color information
#377B74 (or 0x377B74) is known color: Genoa. HEX triplet: 37, 7B and 74. RGB value is (55,123,116). Sum of RGB (Red+Green+Blue) = 55+123+116=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #377B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B74 is #C8848B. Grayscale: #656565. Windows color (decimal): -13141132 or 7633719. OLE color: 7633719.
HSL color Cylindrical-coordinate representation of color #377B74: hue angle of 173.82º 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 #377B74 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 116 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.52 |
| HSL | 173.82º | 0.38% | 0.35% | - |
| HSV(B) | 173.82º | 0.55% | 0.48% | - |
| XYZ | 11.81 | 16.24 | 19.03 | - |
| YUV | 101.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 116 | 0.55 | 0 | 0.06 | 0.52 | 173.82 | 0.38 | 0.35 |
| Hex | 37 | 7B | 74 | 37 | 0 | 6 | 34 | AE | 26 | 23 |
| Octal | 67 | 173 | 164 | 67 | 0 | 6 | 64 | 256 | 46 | 43 |
| Binary | 110111 | 1111011 | 1110100 | 110111 | 0 | 110 | 110100 | 10101110 | 100110 | 100011 |
Color Harmonies of #377B74
Complementary color
Monochromatic Colors of #377B74
Black with #377B74
Text Example
Text Example
White with #377B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B74; }
p { color: rgb(55,123,116); }
H1.HeaderClassName
{
color: #377B74;
}
.AnyTagClassName
{
color: #377B74;
}
</style>
background-color css
<style>
a { background-color: #377B74; }
a { background-color: rgb(55,123,116); }
div.DivClassName
{
background-color: #377B74;
}
.BgClassName
{
background-color: #377B74;
}
</style>
border-color css
<style>
span { border-color: #377B74; }
span { border-color: rgb(55,123,116); }
td.TdClassName
{
border-color: #377B74;
}
.TagClassName
{
border-color: #377B74;
}
</style>