Shades of Genoa #337A70
Tints of Genoa #337A70
RGB
CMYK
RGB Variations
Color information
#337A70 (or 0x337A70) is known color: Genoa. HEX triplet: 33, 7A and 70. RGB value is (51,122,112). Sum of RGB (Red+Green+Blue) = 51+122+112=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #337A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A70 is #CC858F. Grayscale: #636363. Windows color (decimal): -13403536 or 7371315. OLE color: 7371315.
HSL color Cylindrical-coordinate representation of color #337A70: hue angle of 171.55º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A70 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 122 | 112 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.52 |
| HSL | 171.55º | 0.41% | 0.34% | - |
| HSV(B) | 171.55º | 0.58% | 0.48% | - |
| XYZ | 11.25 | 15.79 | 17.78 | - |
| YUV | 99.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 112 | 0.58 | 0 | 0.08 | 0.52 | 171.55 | 0.41 | 0.34 |
| Hex | 33 | 7A | 70 | 3A | 0 | 8 | 34 | AC | 29 | 22 |
| Octal | 63 | 172 | 160 | 72 | 0 | 10 | 64 | 254 | 51 | 42 |
| Binary | 110011 | 1111010 | 1110000 | 111010 | 0 | 1000 | 110100 | 10101100 | 101001 | 100010 |
Color Harmonies of #337A70
Complementary color
Monochromatic Colors of #337A70
Black with #337A70
Text Example
Text Example
White with #337A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A70; }
p { color: rgb(51,122,112); }
H1.HeaderClassName
{
color: #337A70;
}
.AnyTagClassName
{
color: #337A70;
}
</style>
background-color css
<style>
a { background-color: #337A70; }
a { background-color: rgb(51,122,112); }
div.DivClassName
{
background-color: #337A70;
}
.BgClassName
{
background-color: #337A70;
}
</style>
border-color css
<style>
span { border-color: #337A70; }
span { border-color: rgb(51,122,112); }
td.TdClassName
{
border-color: #337A70;
}
.TagClassName
{
border-color: #337A70;
}
</style>