Shades of Genoa #337564
Tints of Genoa #337564
RGB
CMYK
RGB Variations
Color information
#337564 (or 0x337564) is known color: Genoa. HEX triplet: 33, 75 and 64. RGB value is (51,117,100). Sum of RGB (Red+Green+Blue) = 51+117+100=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #337564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337564 is #CC8A9B. Grayscale: #5F5F5F. Windows color (decimal): -13404828 or 6583603. OLE color: 6583603.
HSL color Cylindrical-coordinate representation of color #337564: hue angle of 164.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337564 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 100 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.54 |
| HSL | 164.55º | 0.39% | 0.33% | - |
| HSV(B) | 164.55º | 0.56% | 0.46% | - |
| XYZ | 10.03 | 14.35 | 14.3 | - |
| YUV | 95.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 100 | 0.56 | 0 | 0.15 | 0.54 | 164.55 | 0.39 | 0.33 |
| Hex | 33 | 75 | 64 | 38 | 0 | F | 36 | A5 | 27 | 21 |
| Octal | 63 | 165 | 144 | 70 | 0 | 17 | 66 | 245 | 47 | 41 |
| Binary | 110011 | 1110101 | 1100100 | 111000 | 0 | 1111 | 110110 | 10100101 | 100111 | 100001 |
Color Harmonies of #337564
Complementary color
Monochromatic Colors of #337564
Black with #337564
Text Example
Text Example
White with #337564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337564; }
p { color: rgb(51,117,100); }
H1.HeaderClassName
{
color: #337564;
}
.AnyTagClassName
{
color: #337564;
}
</style>
background-color css
<style>
a { background-color: #337564; }
a { background-color: rgb(51,117,100); }
div.DivClassName
{
background-color: #337564;
}
.BgClassName
{
background-color: #337564;
}
</style>
border-color css
<style>
span { border-color: #337564; }
span { border-color: rgb(51,117,100); }
td.TdClassName
{
border-color: #337564;
}
.TagClassName
{
border-color: #337564;
}
</style>