Shades of Genoa #337E73
Tints of Genoa #337E73
RGB
CMYK
RGB Variations
Color information
#337E73 (or 0x337E73) is known color: Genoa. HEX triplet: 33, 7E and 73. RGB value is (51,126,115). Sum of RGB (Red+Green+Blue) = 51+126+115=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #337E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E73 is #CC818C. Grayscale: #666666. Windows color (decimal): -13402509 or 7568947. OLE color: 7568947.
HSL color Cylindrical-coordinate representation of color #337E73: hue angle of 171.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E73 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 115 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.51 |
| HSL | 171.2º | 0.42% | 0.35% | - |
| HSV(B) | 171.2º | 0.6% | 0.49% | - |
| XYZ | 11.92 | 16.86 | 18.85 | - |
| YUV | 102.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 115 | 0.60 | 0 | 0.09 | 0.51 | 171.2 | 0.42 | 0.35 |
| Hex | 33 | 7E | 73 | 3C | 0 | 9 | 33 | AB | 2A | 23 |
| Octal | 63 | 176 | 163 | 74 | 0 | 11 | 63 | 253 | 52 | 43 |
| Binary | 110011 | 1111110 | 1110011 | 111100 | 0 | 1001 | 110011 | 10101011 | 101010 | 100011 |
Color Harmonies of #337E73
Complementary color
Monochromatic Colors of #337E73
Black with #337E73
Text Example
Text Example
White with #337E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E73; }
p { color: rgb(51,126,115); }
H1.HeaderClassName
{
color: #337E73;
}
.AnyTagClassName
{
color: #337E73;
}
</style>
background-color css
<style>
a { background-color: #337E73; }
a { background-color: rgb(51,126,115); }
div.DivClassName
{
background-color: #337E73;
}
.BgClassName
{
background-color: #337E73;
}
</style>
border-color css
<style>
span { border-color: #337E73; }
span { border-color: rgb(51,126,115); }
td.TdClassName
{
border-color: #337E73;
}
.TagClassName
{
border-color: #337E73;
}
</style>