Shades of Genoa #376B61
Tints of Genoa #376B61
RGB
CMYK
RGB Variations
Color information
#376B61 (or 0x376B61) is known color: Genoa. HEX triplet: 37, 6B and 61. RGB value is (55,107,97). Sum of RGB (Red+Green+Blue) = 55+107+97=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #376B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B61 is #C8949E. Grayscale: #5A5A5A. Windows color (decimal): -13145247 or 6384439. OLE color: 6384439.
HSL color Cylindrical-coordinate representation of color #376B61: hue angle of 168.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B61 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 97 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.58 |
| HSL | 168.46º | 0.32% | 0.32% | - |
| HSV(B) | 168.46º | 0.49% | 0.42% | - |
| XYZ | 8.99 | 12.19 | 13.19 | - |
| YUV | 90.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 97 | 0.49 | 0 | 0.09 | 0.58 | 168.46 | 0.32 | 0.32 |
| Hex | 37 | 6B | 61 | 31 | 0 | 9 | 3A | A8 | 20 | 20 |
| Octal | 67 | 153 | 141 | 61 | 0 | 11 | 72 | 250 | 40 | 40 |
| Binary | 110111 | 1101011 | 1100001 | 110001 | 0 | 1001 | 111010 | 10101000 | 100000 | 100000 |
Color Harmonies of #376B61
Complementary color
Monochromatic Colors of #376B61
Black with #376B61
Text Example
Text Example
White with #376B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B61; }
p { color: rgb(55,107,97); }
H1.HeaderClassName
{
color: #376B61;
}
.AnyTagClassName
{
color: #376B61;
}
</style>
background-color css
<style>
a { background-color: #376B61; }
a { background-color: rgb(55,107,97); }
div.DivClassName
{
background-color: #376B61;
}
.BgClassName
{
background-color: #376B61;
}
</style>
border-color css
<style>
span { border-color: #376B61; }
span { border-color: rgb(55,107,97); }
td.TdClassName
{
border-color: #376B61;
}
.TagClassName
{
border-color: #376B61;
}
</style>