Shades of Myrtle #216410
Tints of Myrtle #216410
RGB
CMYK
RGB Variations
Color information
#216410 (or 0x216410) is known color: Myrtle. HEX triplet: 21, 64 and 10. RGB value is (33,100,16). Sum of RGB (Red+Green+Blue) = 33+100+16=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #216410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216410 is #DE9BEF. Grayscale: #464646. Windows color (decimal): -14588912 or 1074209. OLE color: 1074209.
HSL color Cylindrical-coordinate representation of color #216410: hue angle of 107.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216410 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 100 | 16 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.61 |
| HSL | 107.86º | 0.72% | 0.23% | - |
| HSV(B) | 107.86º | 0.84% | 0.39% | - |
| XYZ | 5.28 | 9.48 | 2.04 | - |
| YUV | 70.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 16 | 0.67 | 0 | 0.84 | 0.61 | 107.86 | 0.72 | 0.23 |
| Hex | 21 | 64 | 10 | 43 | 0 | 54 | 3D | 6C | 48 | 17 |
| Octal | 41 | 144 | 20 | 103 | 0 | 124 | 75 | 154 | 110 | 27 |
| Binary | 100001 | 1100100 | 10000 | 1000011 | 0 | 1010100 | 111101 | 1101100 | 1001000 | 10111 |
Color Harmonies of #216410
Complementary color
Monochromatic Colors of #216410
Black with #216410
Text Example
Text Example
White with #216410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216410; }
p { color: rgb(33,100,16); }
H1.HeaderClassName
{
color: #216410;
}
.AnyTagClassName
{
color: #216410;
}
</style>
background-color css
<style>
a { background-color: #216410; }
a { background-color: rgb(33,100,16); }
div.DivClassName
{
background-color: #216410;
}
.BgClassName
{
background-color: #216410;
}
</style>
border-color css
<style>
span { border-color: #216410; }
span { border-color: rgb(33,100,16); }
td.TdClassName
{
border-color: #216410;
}
.TagClassName
{
border-color: #216410;
}
</style>