Shades of Genoa #336F5F
Tints of Genoa #336F5F
RGB
CMYK
RGB Variations
Color information
#336F5F (or 0x336F5F) is known color: Genoa. HEX triplet: 33, 6F and 5F. RGB value is (51,111,95). Sum of RGB (Red+Green+Blue) = 51+111+95=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #336F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F5F is #CC90A0. Grayscale: #5B5B5B. Windows color (decimal): -13406369 or 6254387. OLE color: 6254387.
HSL color Cylindrical-coordinate representation of color #336F5F: hue angle of 164º 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 #336F5F is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 95 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.56 |
| HSL | 164º | 0.37% | 0.32% | - |
| HSV(B) | 164º | 0.54% | 0.44% | - |
| XYZ | 9.12 | 12.9 | 12.84 | - |
| YUV | 91.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 95 | 0.54 | 0 | 0.14 | 0.56 | 164 | 0.37 | 0.32 |
| Hex | 33 | 6F | 5F | 36 | 0 | E | 38 | A4 | 25 | 20 |
| Octal | 63 | 157 | 137 | 66 | 0 | 16 | 70 | 244 | 45 | 40 |
| Binary | 110011 | 1101111 | 1011111 | 110110 | 0 | 1110 | 111000 | 10100100 | 100101 | 100000 |
Color Harmonies of #336F5F
Complementary color
Monochromatic Colors of #336F5F
Black with #336F5F
Text Example
Text Example
White with #336F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F5F; }
p { color: rgb(51,111,95); }
H1.HeaderClassName
{
color: #336F5F;
}
.AnyTagClassName
{
color: #336F5F;
}
</style>
background-color css
<style>
a { background-color: #336F5F; }
a { background-color: rgb(51,111,95); }
div.DivClassName
{
background-color: #336F5F;
}
.BgClassName
{
background-color: #336F5F;
}
</style>
border-color css
<style>
span { border-color: #336F5F; }
span { border-color: rgb(51,111,95); }
td.TdClassName
{
border-color: #336F5F;
}
.TagClassName
{
border-color: #336F5F;
}
</style>