Shades of Genoa #336D62
Tints of Genoa #336D62
RGB
CMYK
RGB Variations
Color information
#336D62 (or 0x336D62) is known color: Genoa. HEX triplet: 33, 6D and 62. RGB value is (51,109,98). Sum of RGB (Red+Green+Blue) = 51+109+98=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #336D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D62 is #CC929D. Grayscale: #5A5A5A. Windows color (decimal): -13406878 or 6450483. OLE color: 6450483.
HSL color Cylindrical-coordinate representation of color #336D62: hue angle of 168.62º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336D62 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 98 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.57 |
| HSL | 168.62º | 0.36% | 0.31% | - |
| HSV(B) | 168.62º | 0.53% | 0.43% | - |
| XYZ | 9.04 | 12.52 | 13.5 | - |
| YUV | 90.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 98 | 0.53 | 0 | 0.10 | 0.57 | 168.62 | 0.36 | 0.31 |
| Hex | 33 | 6D | 62 | 35 | 0 | A | 39 | A9 | 24 | 1F |
| Octal | 63 | 155 | 142 | 65 | 0 | 12 | 71 | 251 | 44 | 37 |
| Binary | 110011 | 1101101 | 1100010 | 110101 | 0 | 1010 | 111001 | 10101001 | 100100 | 11111 |
Color Harmonies of #336D62
Complementary color
Monochromatic Colors of #336D62
Black with #336D62
Text Example
Text Example
White with #336D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D62; }
p { color: rgb(51,109,98); }
H1.HeaderClassName
{
color: #336D62;
}
.AnyTagClassName
{
color: #336D62;
}
</style>
background-color css
<style>
a { background-color: #336D62; }
a { background-color: rgb(51,109,98); }
div.DivClassName
{
background-color: #336D62;
}
.BgClassName
{
background-color: #336D62;
}
</style>
border-color css
<style>
span { border-color: #336D62; }
span { border-color: rgb(51,109,98); }
td.TdClassName
{
border-color: #336D62;
}
.TagClassName
{
border-color: #336D62;
}
</style>