Shades of Genoa #376F69
Tints of Genoa #376F69
RGB
CMYK
RGB Variations
Color information
#376F69 (or 0x376F69) is known color: Genoa. HEX triplet: 37, 6F and 69. RGB value is (55,111,105). Sum of RGB (Red+Green+Blue) = 55+111+105=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #376F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F69 is #C89096. Grayscale: #5D5D5D. Windows color (decimal): -13144215 or 6909751. OLE color: 6909751.
HSL color Cylindrical-coordinate representation of color #376F69: hue angle of 173.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F69 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 105 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.56 |
| HSL | 173.57º | 0.34% | 0.33% | - |
| HSV(B) | 173.57º | 0.5% | 0.44% | - |
| XYZ | 9.81 | 13.2 | 15.4 | - |
| YUV | 93.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 105 | 0.50 | 0 | 0.05 | 0.56 | 173.57 | 0.34 | 0.33 |
| Hex | 37 | 6F | 69 | 32 | 0 | 5 | 38 | AE | 22 | 21 |
| Octal | 67 | 157 | 151 | 62 | 0 | 5 | 70 | 256 | 42 | 41 |
| Binary | 110111 | 1101111 | 1101001 | 110010 | 0 | 101 | 111000 | 10101110 | 100010 | 100001 |
Color Harmonies of #376F69
Complementary color
Monochromatic Colors of #376F69
Black with #376F69
Text Example
Text Example
White with #376F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F69; }
p { color: rgb(55,111,105); }
H1.HeaderClassName
{
color: #376F69;
}
.AnyTagClassName
{
color: #376F69;
}
</style>
background-color css
<style>
a { background-color: #376F69; }
a { background-color: rgb(55,111,105); }
div.DivClassName
{
background-color: #376F69;
}
.BgClassName
{
background-color: #376F69;
}
</style>
border-color css
<style>
span { border-color: #376F69; }
span { border-color: rgb(55,111,105); }
td.TdClassName
{
border-color: #376F69;
}
.TagClassName
{
border-color: #376F69;
}
</style>