Shades of Genoa #377B68
Tints of Genoa #377B68
RGB
CMYK
RGB Variations
Color information
#377B68 (or 0x377B68) is known color: Genoa. HEX triplet: 37, 7B and 68. RGB value is (55,123,104). Sum of RGB (Red+Green+Blue) = 55+123+104=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #377B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B68 is #C88497. Grayscale: #646464. Windows color (decimal): -13141144 or 6847287. OLE color: 6847287.
HSL color Cylindrical-coordinate representation of color #377B68: hue angle of 163.24º 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 #377B68 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 104 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.52 |
| HSL | 163.24º | 0.38% | 0.35% | - |
| HSV(B) | 163.24º | 0.55% | 0.48% | - |
| XYZ | 11.16 | 15.98 | 15.59 | - |
| YUV | 100.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 104 | 0.55 | 0 | 0.15 | 0.52 | 163.24 | 0.38 | 0.35 |
| Hex | 37 | 7B | 68 | 37 | 0 | F | 34 | A3 | 26 | 23 |
| Octal | 67 | 173 | 150 | 67 | 0 | 17 | 64 | 243 | 46 | 43 |
| Binary | 110111 | 1111011 | 1101000 | 110111 | 0 | 1111 | 110100 | 10100011 | 100110 | 100011 |
Color Harmonies of #377B68
Complementary color
Monochromatic Colors of #377B68
Black with #377B68
Text Example
Text Example
White with #377B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B68; }
p { color: rgb(55,123,104); }
H1.HeaderClassName
{
color: #377B68;
}
.AnyTagClassName
{
color: #377B68;
}
</style>
background-color css
<style>
a { background-color: #377B68; }
a { background-color: rgb(55,123,104); }
div.DivClassName
{
background-color: #377B68;
}
.BgClassName
{
background-color: #377B68;
}
</style>
border-color css
<style>
span { border-color: #377B68; }
span { border-color: rgb(55,123,104); }
td.TdClassName
{
border-color: #377B68;
}
.TagClassName
{
border-color: #377B68;
}
</style>