Shades of Genoa #336F60
Tints of Genoa #336F60
RGB
CMYK
RGB Variations
Color information
#336F60 (or 0x336F60) is known color: Genoa. HEX triplet: 33, 6F and 60. RGB value is (51,111,96). Sum of RGB (Red+Green+Blue) = 51+111+96=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #336F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F60 is #CC909F. Grayscale: #5B5B5B. Windows color (decimal): -13406368 or 6319923. OLE color: 6319923.
HSL color Cylindrical-coordinate representation of color #336F60: hue angle of 165º 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 #336F60 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 96 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.56 |
| HSL | 165º | 0.37% | 0.32% | - |
| HSV(B) | 165º | 0.54% | 0.44% | - |
| XYZ | 9.16 | 12.92 | 13.08 | - |
| YUV | 91.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 96 | 0.54 | 0 | 0.14 | 0.56 | 165 | 0.37 | 0.32 |
| Hex | 33 | 6F | 60 | 36 | 0 | E | 38 | A5 | 25 | 20 |
| Octal | 63 | 157 | 140 | 66 | 0 | 16 | 70 | 245 | 45 | 40 |
| Binary | 110011 | 1101111 | 1100000 | 110110 | 0 | 1110 | 111000 | 10100101 | 100101 | 100000 |
Color Harmonies of #336F60
Complementary color
Monochromatic Colors of #336F60
Black with #336F60
Text Example
Text Example
White with #336F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F60; }
p { color: rgb(51,111,96); }
H1.HeaderClassName
{
color: #336F60;
}
.AnyTagClassName
{
color: #336F60;
}
</style>
background-color css
<style>
a { background-color: #336F60; }
a { background-color: rgb(51,111,96); }
div.DivClassName
{
background-color: #336F60;
}
.BgClassName
{
background-color: #336F60;
}
</style>
border-color css
<style>
span { border-color: #336F60; }
span { border-color: rgb(51,111,96); }
td.TdClassName
{
border-color: #336F60;
}
.TagClassName
{
border-color: #336F60;
}
</style>