Shades of Genoa #37736B
Tints of Genoa #37736B
RGB
CMYK
RGB Variations
Color information
#37736B (or 0x37736B) is known color: Genoa. HEX triplet: 37, 73 and 6B. RGB value is (55,115,107). Sum of RGB (Red+Green+Blue) = 55+115+107=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #37736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37736B is #C88C94. Grayscale: #606060. Windows color (decimal): -13143189 or 7041847. OLE color: 7041847.
HSL color Cylindrical-coordinate representation of color #37736B: hue angle of 172º 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 #37736B is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 107 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.55 |
| HSL | 172º | 0.35% | 0.33% | - |
| HSV(B) | 172º | 0.52% | 0.45% | - |
| XYZ | 10.36 | 14.14 | 16.09 | - |
| YUV | 96.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 107 | 0.52 | 0 | 0.07 | 0.55 | 172 | 0.35 | 0.33 |
| Hex | 37 | 73 | 6B | 34 | 0 | 7 | 37 | AC | 23 | 21 |
| Octal | 67 | 163 | 153 | 64 | 0 | 7 | 67 | 254 | 43 | 41 |
| Binary | 110111 | 1110011 | 1101011 | 110100 | 0 | 111 | 110111 | 10101100 | 100011 | 100001 |
Color Harmonies of #37736B
Complementary color
Monochromatic Colors of #37736B
Black with #37736B
Text Example
Text Example
White with #37736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37736B; }
p { color: rgb(55,115,107); }
H1.HeaderClassName
{
color: #37736B;
}
.AnyTagClassName
{
color: #37736B;
}
</style>
background-color css
<style>
a { background-color: #37736B; }
a { background-color: rgb(55,115,107); }
div.DivClassName
{
background-color: #37736B;
}
.BgClassName
{
background-color: #37736B;
}
</style>
border-color css
<style>
span { border-color: #37736B; }
span { border-color: rgb(55,115,107); }
td.TdClassName
{
border-color: #37736B;
}
.TagClassName
{
border-color: #37736B;
}
</style>