Shades of Myrtle #216510
Tints of Myrtle #216510
RGB
CMYK
RGB Variations
Color information
#216510 (or 0x216510) is known color: Myrtle. HEX triplet: 21, 65 and 10. RGB value is (33,101,16). Sum of RGB (Red+Green+Blue) = 33+101+16=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #216510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216510 is #DE9AEF. Grayscale: #474747. Windows color (decimal): -14588656 or 1074465. OLE color: 1074465.
HSL color Cylindrical-coordinate representation of color #216510: hue angle of 108º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216510 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 16 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.60 |
| HSL | 108º | 0.73% | 0.23% | - |
| HSV(B) | 108º | 0.84% | 0.4% | - |
| XYZ | 5.37 | 9.67 | 2.07 | - |
| YUV | 70.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 16 | 0.67 | 0 | 0.84 | 0.60 | 108 | 0.73 | 0.23 |
| Hex | 21 | 65 | 10 | 43 | 0 | 54 | 3C | 6C | 49 | 17 |
| Octal | 41 | 145 | 20 | 103 | 0 | 124 | 74 | 154 | 111 | 27 |
| Binary | 100001 | 1100101 | 10000 | 1000011 | 0 | 1010100 | 111100 | 1101100 | 1001001 | 10111 |
Color Harmonies of #216510
Complementary color
Monochromatic Colors of #216510
Black with #216510
Text Example
Text Example
White with #216510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216510; }
p { color: rgb(33,101,16); }
H1.HeaderClassName
{
color: #216510;
}
.AnyTagClassName
{
color: #216510;
}
</style>
background-color css
<style>
a { background-color: #216510; }
a { background-color: rgb(33,101,16); }
div.DivClassName
{
background-color: #216510;
}
.BgClassName
{
background-color: #216510;
}
</style>
border-color css
<style>
span { border-color: #216510; }
span { border-color: rgb(33,101,16); }
td.TdClassName
{
border-color: #216510;
}
.TagClassName
{
border-color: #216510;
}
</style>