Shades of Genoa #376D67
Tints of Genoa #376D67
RGB
CMYK
RGB Variations
Color information
#376D67 (or 0x376D67) is known color: Genoa. HEX triplet: 37, 6D and 67. RGB value is (55,109,103). Sum of RGB (Red+Green+Blue) = 55+109+103=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #376D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D67 is #C89298. Grayscale: #5C5C5C. Windows color (decimal): -13144729 or 6778167. OLE color: 6778167.
HSL color Cylindrical-coordinate representation of color #376D67: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D67 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 109 | 103 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.57 |
| HSL | 173.33º | 0.33% | 0.32% | - |
| HSV(B) | 173.33º | 0.5% | 0.43% | - |
| XYZ | 9.49 | 12.73 | 14.79 | - |
| YUV | 92.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 103 | 0.50 | 0 | 0.06 | 0.57 | 173.33 | 0.33 | 0.32 |
| Hex | 37 | 6D | 67 | 32 | 0 | 6 | 39 | AD | 21 | 20 |
| Octal | 67 | 155 | 147 | 62 | 0 | 6 | 71 | 255 | 41 | 40 |
| Binary | 110111 | 1101101 | 1100111 | 110010 | 0 | 110 | 111001 | 10101101 | 100001 | 100000 |
Color Harmonies of #376D67
Complementary color
Monochromatic Colors of #376D67
Black with #376D67
Text Example
Text Example
White with #376D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D67; }
p { color: rgb(55,109,103); }
H1.HeaderClassName
{
color: #376D67;
}
.AnyTagClassName
{
color: #376D67;
}
</style>
background-color css
<style>
a { background-color: #376D67; }
a { background-color: rgb(55,109,103); }
div.DivClassName
{
background-color: #376D67;
}
.BgClassName
{
background-color: #376D67;
}
</style>
border-color css
<style>
span { border-color: #376D67; }
span { border-color: rgb(55,109,103); }
td.TdClassName
{
border-color: #376D67;
}
.TagClassName
{
border-color: #376D67;
}
</style>