Shades of Genoa #377369
Tints of Genoa #377369
RGB
CMYK
RGB Variations
Color information
#377369 (or 0x377369) is known color: Genoa. HEX triplet: 37, 73 and 69. RGB value is (55,115,105). Sum of RGB (Red+Green+Blue) = 55+115+105=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #377369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377369 is #C88C96. Grayscale: #5F5F5F. Windows color (decimal): -13143191 or 6910775. OLE color: 6910775.
HSL color Cylindrical-coordinate representation of color #377369: hue angle of 170º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377369 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 105 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.55 |
| HSL | 170º | 0.35% | 0.33% | - |
| HSV(B) | 170º | 0.52% | 0.45% | - |
| XYZ | 10.26 | 14.09 | 15.54 | - |
| YUV | 95.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 105 | 0.52 | 0 | 0.09 | 0.55 | 170 | 0.35 | 0.33 |
| Hex | 37 | 73 | 69 | 34 | 0 | 9 | 37 | AA | 23 | 21 |
| Octal | 67 | 163 | 151 | 64 | 0 | 11 | 67 | 252 | 43 | 41 |
| Binary | 110111 | 1110011 | 1101001 | 110100 | 0 | 1001 | 110111 | 10101010 | 100011 | 100001 |
Color Harmonies of #377369
Complementary color
Monochromatic Colors of #377369
Black with #377369
Text Example
Text Example
White with #377369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377369; }
p { color: rgb(55,115,105); }
H1.HeaderClassName
{
color: #377369;
}
.AnyTagClassName
{
color: #377369;
}
</style>
background-color css
<style>
a { background-color: #377369; }
a { background-color: rgb(55,115,105); }
div.DivClassName
{
background-color: #377369;
}
.BgClassName
{
background-color: #377369;
}
</style>
border-color css
<style>
span { border-color: #377369; }
span { border-color: rgb(55,115,105); }
td.TdClassName
{
border-color: #377369;
}
.TagClassName
{
border-color: #377369;
}
</style>