Shades of Myrtle #216117
Tints of Myrtle #216117
RGB
CMYK
RGB Variations
Color information
#216117 (or 0x216117) is known color: Myrtle. HEX triplet: 21, 61 and 17. RGB value is (33,97,23). Sum of RGB (Red+Green+Blue) = 33+97+23=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #216117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216117 is #DE9EE8. Grayscale: #454545. Windows color (decimal): -14589673 or 1532193. OLE color: 1532193.
HSL color Cylindrical-coordinate representation of color #216117: hue angle of 111.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216117 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 23 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.62 |
| HSL | 111.89º | 0.62% | 0.24% | - |
| HSV(B) | 111.89º | 0.76% | 0.38% | - |
| XYZ | 5.06 | 8.93 | 2.27 | - |
| YUV | 69.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 23 | 0.66 | 0 | 0.76 | 0.62 | 111.89 | 0.62 | 0.24 |
| Hex | 21 | 61 | 17 | 42 | 0 | 4C | 3E | 70 | 3E | 18 |
| Octal | 41 | 141 | 27 | 102 | 0 | 114 | 76 | 160 | 76 | 30 |
| Binary | 100001 | 1100001 | 10111 | 1000010 | 0 | 1001100 | 111110 | 1110000 | 111110 | 11000 |
Color Harmonies of #216117
Complementary color
Monochromatic Colors of #216117
Black with #216117
Text Example
Text Example
White with #216117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216117; }
p { color: rgb(33,97,23); }
H1.HeaderClassName
{
color: #216117;
}
.AnyTagClassName
{
color: #216117;
}
</style>
background-color css
<style>
a { background-color: #216117; }
a { background-color: rgb(33,97,23); }
div.DivClassName
{
background-color: #216117;
}
.BgClassName
{
background-color: #216117;
}
</style>
border-color css
<style>
span { border-color: #216117; }
span { border-color: rgb(33,97,23); }
td.TdClassName
{
border-color: #216117;
}
.TagClassName
{
border-color: #216117;
}
</style>