Shades of Genoa #337064
Tints of Genoa #337064
RGB
CMYK
RGB Variations
Color information
#337064 (or 0x337064) is known color: Genoa. HEX triplet: 33, 70 and 64. RGB value is (51,112,100). Sum of RGB (Red+Green+Blue) = 51+112+100=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #337064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337064 is #CC8F9B. Grayscale: #5C5C5C. Windows color (decimal): -13406108 or 6582323. OLE color: 6582323.
HSL color Cylindrical-coordinate representation of color #337064: hue angle of 168.2º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337064 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 100 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.56 |
| HSL | 168.2º | 0.37% | 0.32% | - |
| HSV(B) | 168.2º | 0.54% | 0.44% | - |
| XYZ | 9.46 | 13.21 | 14.11 | - |
| YUV | 92.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 100 | 0.54 | 0 | 0.11 | 0.56 | 168.2 | 0.37 | 0.32 |
| Hex | 33 | 70 | 64 | 36 | 0 | B | 38 | A8 | 25 | 20 |
| Octal | 63 | 160 | 144 | 66 | 0 | 13 | 70 | 250 | 45 | 40 |
| Binary | 110011 | 1110000 | 1100100 | 110110 | 0 | 1011 | 111000 | 10101000 | 100101 | 100000 |
Color Harmonies of #337064
Complementary color
Monochromatic Colors of #337064
Black with #337064
Text Example
Text Example
White with #337064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337064; }
p { color: rgb(51,112,100); }
H1.HeaderClassName
{
color: #337064;
}
.AnyTagClassName
{
color: #337064;
}
</style>
background-color css
<style>
a { background-color: #337064; }
a { background-color: rgb(51,112,100); }
div.DivClassName
{
background-color: #337064;
}
.BgClassName
{
background-color: #337064;
}
</style>
border-color css
<style>
span { border-color: #337064; }
span { border-color: rgb(51,112,100); }
td.TdClassName
{
border-color: #337064;
}
.TagClassName
{
border-color: #337064;
}
</style>