Shades of Genoa #376B69
Tints of Genoa #376B69
RGB
CMYK
RGB Variations
Color information
#376B69 (or 0x376B69) is known color: Genoa. HEX triplet: 37, 6B and 69. RGB value is (55,107,105). Sum of RGB (Red+Green+Blue) = 55+107+105=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #376B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B69 is #C89496. Grayscale: #5B5B5B. Windows color (decimal): -13145239 or 6908727. OLE color: 6908727.
HSL color Cylindrical-coordinate representation of color #376B69: hue angle of 177.69º 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 #376B69 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 105 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.58 |
| HSL | 177.69º | 0.32% | 0.32% | - |
| HSV(B) | 177.69º | 0.49% | 0.42% | - |
| XYZ | 9.38 | 12.35 | 15.25 | - |
| YUV | 91.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 105 | 0.49 | 0 | 0.02 | 0.58 | 177.69 | 0.32 | 0.32 |
| Hex | 37 | 6B | 69 | 31 | 0 | 2 | 3A | B2 | 20 | 20 |
| Octal | 67 | 153 | 151 | 61 | 0 | 2 | 72 | 262 | 40 | 40 |
| Binary | 110111 | 1101011 | 1101001 | 110001 | 0 | 10 | 111010 | 10110010 | 100000 | 100000 |
Color Harmonies of #376B69
Complementary color
Monochromatic Colors of #376B69
Black with #376B69
Text Example
Text Example
White with #376B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B69; }
p { color: rgb(55,107,105); }
H1.HeaderClassName
{
color: #376B69;
}
.AnyTagClassName
{
color: #376B69;
}
</style>
background-color css
<style>
a { background-color: #376B69; }
a { background-color: rgb(55,107,105); }
div.DivClassName
{
background-color: #376B69;
}
.BgClassName
{
background-color: #376B69;
}
</style>
border-color css
<style>
span { border-color: #376B69; }
span { border-color: rgb(55,107,105); }
td.TdClassName
{
border-color: #376B69;
}
.TagClassName
{
border-color: #376B69;
}
</style>