Shades of Genoa #337060
Tints of Genoa #337060
RGB
CMYK
RGB Variations
Color information
#337060 (or 0x337060) is known color: Genoa. HEX triplet: 33, 70 and 60. RGB value is (51,112,96). Sum of RGB (Red+Green+Blue) = 51+112+96=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #337060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337060 is #CC8F9F. Grayscale: #5B5B5B. Windows color (decimal): -13406112 or 6320179. OLE color: 6320179.
HSL color Cylindrical-coordinate representation of color #337060: hue angle of 164.26º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337060 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 96 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.56 |
| HSL | 164.26º | 0.37% | 0.32% | - |
| HSV(B) | 164.26º | 0.54% | 0.44% | - |
| XYZ | 9.27 | 13.14 | 13.11 | - |
| YUV | 91.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 96 | 0.54 | 0 | 0.14 | 0.56 | 164.26 | 0.37 | 0.32 |
| Hex | 33 | 70 | 60 | 36 | 0 | E | 38 | A4 | 25 | 20 |
| Octal | 63 | 160 | 140 | 66 | 0 | 16 | 70 | 244 | 45 | 40 |
| Binary | 110011 | 1110000 | 1100000 | 110110 | 0 | 1110 | 111000 | 10100100 | 100101 | 100000 |
Color Harmonies of #337060
Complementary color
Monochromatic Colors of #337060
Black with #337060
Text Example
Text Example
White with #337060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337060; }
p { color: rgb(51,112,96); }
H1.HeaderClassName
{
color: #337060;
}
.AnyTagClassName
{
color: #337060;
}
</style>
background-color css
<style>
a { background-color: #337060; }
a { background-color: rgb(51,112,96); }
div.DivClassName
{
background-color: #337060;
}
.BgClassName
{
background-color: #337060;
}
</style>
border-color css
<style>
span { border-color: #337060; }
span { border-color: rgb(51,112,96); }
td.TdClassName
{
border-color: #337060;
}
.TagClassName
{
border-color: #337060;
}
</style>