Shades of Genoa #337F6C
Tints of Genoa #337F6C
RGB
CMYK
RGB Variations
Color information
#337F6C (or 0x337F6C) is known color: Genoa. HEX triplet: 33, 7F and 6C. RGB value is (51,127,108). Sum of RGB (Red+Green+Blue) = 51+127+108=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #337F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F6C is #CC8093. Grayscale: #666666. Windows color (decimal): -13402260 or 7110451. OLE color: 7110451.
HSL color Cylindrical-coordinate representation of color #337F6C: hue angle of 165º 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 #337F6C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 108 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.50 |
| HSL | 165º | 0.43% | 0.35% | - |
| HSV(B) | 165º | 0.6% | 0.5% | - |
| XYZ | 11.66 | 16.97 | 16.85 | - |
| YUV | 102.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 108 | 0.60 | 0 | 0.15 | 0.50 | 165 | 0.43 | 0.35 |
| Hex | 33 | 7F | 6C | 3C | 0 | F | 32 | A5 | 2B | 23 |
| Octal | 63 | 177 | 154 | 74 | 0 | 17 | 62 | 245 | 53 | 43 |
| Binary | 110011 | 1111111 | 1101100 | 111100 | 0 | 1111 | 110010 | 10100101 | 101011 | 100011 |
Color Harmonies of #337F6C
Complementary color
Monochromatic Colors of #337F6C
Black with #337F6C
Text Example
Text Example
White with #337F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F6C; }
p { color: rgb(51,127,108); }
H1.HeaderClassName
{
color: #337F6C;
}
.AnyTagClassName
{
color: #337F6C;
}
</style>
background-color css
<style>
a { background-color: #337F6C; }
a { background-color: rgb(51,127,108); }
div.DivClassName
{
background-color: #337F6C;
}
.BgClassName
{
background-color: #337F6C;
}
</style>
border-color css
<style>
span { border-color: #337F6C; }
span { border-color: rgb(51,127,108); }
td.TdClassName
{
border-color: #337F6C;
}
.TagClassName
{
border-color: #337F6C;
}
</style>