Shades of Genoa #337962
Tints of Genoa #337962
RGB
CMYK
RGB Variations
Color information
#337962 (or 0x337962) is known color: Genoa. HEX triplet: 33, 79 and 62. RGB value is (51,121,98). Sum of RGB (Red+Green+Blue) = 51+121+98=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #337962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337962 is #CC869D. Grayscale: #616161. Windows color (decimal): -13403806 or 6453555. OLE color: 6453555.
HSL color Cylindrical-coordinate representation of color #337962: hue angle of 160.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337962 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 98 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.53 |
| HSL | 160.29º | 0.41% | 0.34% | - |
| HSV(B) | 160.29º | 0.58% | 0.47% | - |
| XYZ | 10.41 | 15.26 | 13.95 | - |
| YUV | 97.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 98 | 0.58 | 0 | 0.19 | 0.53 | 160.29 | 0.41 | 0.34 |
| Hex | 33 | 79 | 62 | 3A | 0 | 13 | 35 | A0 | 29 | 22 |
| Octal | 63 | 171 | 142 | 72 | 0 | 23 | 65 | 240 | 51 | 42 |
| Binary | 110011 | 1111001 | 1100010 | 111010 | 0 | 10011 | 110101 | 10100000 | 101001 | 100010 |
Color Harmonies of #337962
Complementary color
Monochromatic Colors of #337962
Black with #337962
Text Example
Text Example
White with #337962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337962; }
p { color: rgb(51,121,98); }
H1.HeaderClassName
{
color: #337962;
}
.AnyTagClassName
{
color: #337962;
}
</style>
background-color css
<style>
a { background-color: #337962; }
a { background-color: rgb(51,121,98); }
div.DivClassName
{
background-color: #337962;
}
.BgClassName
{
background-color: #337962;
}
</style>
border-color css
<style>
span { border-color: #337962; }
span { border-color: rgb(51,121,98); }
td.TdClassName
{
border-color: #337962;
}
.TagClassName
{
border-color: #337962;
}
</style>