Shades of Genoa #376A67
Tints of Genoa #376A67
RGB
CMYK
RGB Variations
Color information
#376A67 (or 0x376A67) is known color: Genoa. HEX triplet: 37, 6A and 67. RGB value is (55,106,103). Sum of RGB (Red+Green+Blue) = 55+106+103=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #376A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A67 is #C89598. Grayscale: #5A5A5A. Windows color (decimal): -13145497 or 6777399. OLE color: 6777399.
HSL color Cylindrical-coordinate representation of color #376A67: hue angle of 176.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A67 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 103 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.58 |
| HSL | 176.47º | 0.32% | 0.32% | - |
| HSV(B) | 176.47º | 0.48% | 0.42% | - |
| XYZ | 9.18 | 12.1 | 14.68 | - |
| YUV | 90.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 103 | 0.48 | 0 | 0.03 | 0.58 | 176.47 | 0.32 | 0.32 |
| Hex | 37 | 6A | 67 | 30 | 0 | 3 | 3A | B0 | 20 | 20 |
| Octal | 67 | 152 | 147 | 60 | 0 | 3 | 72 | 260 | 40 | 40 |
| Binary | 110111 | 1101010 | 1100111 | 110000 | 0 | 11 | 111010 | 10110000 | 100000 | 100000 |
Color Harmonies of #376A67
Complementary color
Monochromatic Colors of #376A67
Black with #376A67
Text Example
Text Example
White with #376A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A67; }
p { color: rgb(55,106,103); }
H1.HeaderClassName
{
color: #376A67;
}
.AnyTagClassName
{
color: #376A67;
}
</style>
background-color css
<style>
a { background-color: #376A67; }
a { background-color: rgb(55,106,103); }
div.DivClassName
{
background-color: #376A67;
}
.BgClassName
{
background-color: #376A67;
}
</style>
border-color css
<style>
span { border-color: #376A67; }
span { border-color: rgb(55,106,103); }
td.TdClassName
{
border-color: #376A67;
}
.TagClassName
{
border-color: #376A67;
}
</style>