Shades of Genoa #377D6D
Tints of Genoa #377D6D
RGB
CMYK
RGB Variations
Color information
#377D6D (or 0x377D6D) is known color: Genoa. HEX triplet: 37, 7D and 6D. RGB value is (55,125,109). Sum of RGB (Red+Green+Blue) = 55+125+109=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #377D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D6D is #C88292. Grayscale: #666666. Windows color (decimal): -13140627 or 7175479. OLE color: 7175479.
HSL color Cylindrical-coordinate representation of color #377D6D: hue angle of 166.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D6D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 109 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.51 |
| HSL | 166.29º | 0.39% | 0.35% | - |
| HSV(B) | 166.29º | 0.56% | 0.49% | - |
| XYZ | 11.67 | 16.58 | 17.05 | - |
| YUV | 102.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 109 | 0.56 | 0 | 0.13 | 0.51 | 166.29 | 0.39 | 0.35 |
| Hex | 37 | 7D | 6D | 38 | 0 | D | 33 | A6 | 27 | 23 |
| Octal | 67 | 175 | 155 | 70 | 0 | 15 | 63 | 246 | 47 | 43 |
| Binary | 110111 | 1111101 | 1101101 | 111000 | 0 | 1101 | 110011 | 10100110 | 100111 | 100011 |
Color Harmonies of #377D6D
Complementary color
Monochromatic Colors of #377D6D
Black with #377D6D
Text Example
Text Example
White with #377D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D6D; }
p { color: rgb(55,125,109); }
H1.HeaderClassName
{
color: #377D6D;
}
.AnyTagClassName
{
color: #377D6D;
}
</style>
background-color css
<style>
a { background-color: #377D6D; }
a { background-color: rgb(55,125,109); }
div.DivClassName
{
background-color: #377D6D;
}
.BgClassName
{
background-color: #377D6D;
}
</style>
border-color css
<style>
span { border-color: #377D6D; }
span { border-color: rgb(55,125,109); }
td.TdClassName
{
border-color: #377D6D;
}
.TagClassName
{
border-color: #377D6D;
}
</style>