Shades of Genoa #337F74
Tints of Genoa #337F74
RGB
CMYK
RGB Variations
Color information
#337F74 (or 0x337F74) is known color: Genoa. HEX triplet: 33, 7F and 74. RGB value is (51,127,116). Sum of RGB (Red+Green+Blue) = 51+127+116=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #337F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F74 is #CC808B. Grayscale: #666666. Windows color (decimal): -13402252 or 7634739. OLE color: 7634739.
HSL color Cylindrical-coordinate representation of color #337F74: hue angle of 171.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F74 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 116 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.50 |
| HSL | 171.32º | 0.43% | 0.35% | - |
| HSV(B) | 171.32º | 0.6% | 0.5% | - |
| XYZ | 12.11 | 17.14 | 19.19 | - |
| YUV | 103.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 116 | 0.60 | 0 | 0.09 | 0.50 | 171.32 | 0.43 | 0.35 |
| Hex | 33 | 7F | 74 | 3C | 0 | 9 | 32 | AB | 2B | 23 |
| Octal | 63 | 177 | 164 | 74 | 0 | 11 | 62 | 253 | 53 | 43 |
| Binary | 110011 | 1111111 | 1110100 | 111100 | 0 | 1001 | 110010 | 10101011 | 101011 | 100011 |
Color Harmonies of #337F74
Complementary color
Monochromatic Colors of #337F74
Black with #337F74
Text Example
Text Example
White with #337F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F74; }
p { color: rgb(51,127,116); }
H1.HeaderClassName
{
color: #337F74;
}
.AnyTagClassName
{
color: #337F74;
}
</style>
background-color css
<style>
a { background-color: #337F74; }
a { background-color: rgb(51,127,116); }
div.DivClassName
{
background-color: #337F74;
}
.BgClassName
{
background-color: #337F74;
}
</style>
border-color css
<style>
span { border-color: #337F74; }
span { border-color: rgb(51,127,116); }
td.TdClassName
{
border-color: #337F74;
}
.TagClassName
{
border-color: #337F74;
}
</style>