Shades of Genoa #336D6A
Tints of Genoa #336D6A
RGB
CMYK
RGB Variations
Color information
#336D6A (or 0x336D6A) is known color: Genoa. HEX triplet: 33, 6D and 6A. RGB value is (51,109,106). Sum of RGB (Red+Green+Blue) = 51+109+106=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #336D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D6A is #CC9295. Grayscale: #5B5B5B. Windows color (decimal): -13406870 or 6974771. OLE color: 6974771.
HSL color Cylindrical-coordinate representation of color #336D6A: hue angle of 176.9º 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 #336D6A is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 106 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.57 |
| HSL | 176.9º | 0.36% | 0.31% | - |
| HSV(B) | 176.9º | 0.53% | 0.43% | - |
| XYZ | 9.44 | 12.68 | 15.59 | - |
| YUV | 91.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 106 | 0.53 | 0 | 0.03 | 0.57 | 176.9 | 0.36 | 0.31 |
| Hex | 33 | 6D | 6A | 35 | 0 | 3 | 39 | B1 | 24 | 1F |
| Octal | 63 | 155 | 152 | 65 | 0 | 3 | 71 | 261 | 44 | 37 |
| Binary | 110011 | 1101101 | 1101010 | 110101 | 0 | 11 | 111001 | 10110001 | 100100 | 11111 |
Color Harmonies of #336D6A
Complementary color
Monochromatic Colors of #336D6A
Black with #336D6A
Text Example
Text Example
White with #336D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D6A; }
p { color: rgb(51,109,106); }
H1.HeaderClassName
{
color: #336D6A;
}
.AnyTagClassName
{
color: #336D6A;
}
</style>
background-color css
<style>
a { background-color: #336D6A; }
a { background-color: rgb(51,109,106); }
div.DivClassName
{
background-color: #336D6A;
}
.BgClassName
{
background-color: #336D6A;
}
</style>
border-color css
<style>
span { border-color: #336D6A; }
span { border-color: rgb(51,109,106); }
td.TdClassName
{
border-color: #336D6A;
}
.TagClassName
{
border-color: #336D6A;
}
</style>