Shades of Genoa #337166
Tints of Genoa #337166
RGB
CMYK
RGB Variations
Color information
#337166 (or 0x337166) is known color: Genoa. HEX triplet: 33, 71 and 66. RGB value is (51,113,102). Sum of RGB (Red+Green+Blue) = 51+113+102=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #337166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337166 is #CC8E99. Grayscale: #5D5D5D. Windows color (decimal): -13405850 or 6713651. OLE color: 6713651.
HSL color Cylindrical-coordinate representation of color #337166: hue angle of 169.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337166 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 102 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.56 |
| HSL | 169.35º | 0.38% | 0.32% | - |
| HSV(B) | 169.35º | 0.55% | 0.44% | - |
| XYZ | 9.67 | 13.47 | 14.66 | - |
| YUV | 93.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 102 | 0.55 | 0 | 0.10 | 0.56 | 169.35 | 0.38 | 0.32 |
| Hex | 33 | 71 | 66 | 37 | 0 | A | 38 | A9 | 26 | 20 |
| Octal | 63 | 161 | 146 | 67 | 0 | 12 | 70 | 251 | 46 | 40 |
| Binary | 110011 | 1110001 | 1100110 | 110111 | 0 | 1010 | 111000 | 10101001 | 100110 | 100000 |
Color Harmonies of #337166
Complementary color
Monochromatic Colors of #337166
Black with #337166
Text Example
Text Example
White with #337166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337166; }
p { color: rgb(51,113,102); }
H1.HeaderClassName
{
color: #337166;
}
.AnyTagClassName
{
color: #337166;
}
</style>
background-color css
<style>
a { background-color: #337166; }
a { background-color: rgb(51,113,102); }
div.DivClassName
{
background-color: #337166;
}
.BgClassName
{
background-color: #337166;
}
</style>
border-color css
<style>
span { border-color: #337166; }
span { border-color: rgb(51,113,102); }
td.TdClassName
{
border-color: #337166;
}
.TagClassName
{
border-color: #337166;
}
</style>