Shades of Genoa #337A72
Tints of Genoa #337A72
RGB
CMYK
RGB Variations
Color information
#337A72 (or 0x337A72) is known color: Genoa. HEX triplet: 33, 7A and 72. RGB value is (51,122,114). Sum of RGB (Red+Green+Blue) = 51+122+114=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #337A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A72 is #CC858D. Grayscale: #636363. Windows color (decimal): -13403534 or 7502387. OLE color: 7502387.
HSL color Cylindrical-coordinate representation of color #337A72: hue angle of 173.24º 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 #337A72 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 122 | 114 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.52 |
| HSL | 173.24º | 0.41% | 0.34% | - |
| HSV(B) | 173.24º | 0.58% | 0.48% | - |
| XYZ | 11.36 | 15.84 | 18.38 | - |
| YUV | 99.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 114 | 0.58 | 0 | 0.07 | 0.52 | 173.24 | 0.41 | 0.34 |
| Hex | 33 | 7A | 72 | 3A | 0 | 7 | 34 | AD | 29 | 22 |
| Octal | 63 | 172 | 162 | 72 | 0 | 7 | 64 | 255 | 51 | 42 |
| Binary | 110011 | 1111010 | 1110010 | 111010 | 0 | 111 | 110100 | 10101101 | 101001 | 100010 |
Color Harmonies of #337A72
Complementary color
Monochromatic Colors of #337A72
Black with #337A72
Text Example
Text Example
White with #337A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A72; }
p { color: rgb(51,122,114); }
H1.HeaderClassName
{
color: #337A72;
}
.AnyTagClassName
{
color: #337A72;
}
</style>
background-color css
<style>
a { background-color: #337A72; }
a { background-color: rgb(51,122,114); }
div.DivClassName
{
background-color: #337A72;
}
.BgClassName
{
background-color: #337A72;
}
</style>
border-color css
<style>
span { border-color: #337A72; }
span { border-color: rgb(51,122,114); }
td.TdClassName
{
border-color: #337A72;
}
.TagClassName
{
border-color: #337A72;
}
</style>