Shades of Myrtle #216513
Tints of Myrtle #216513
RGB
CMYK
RGB Variations
Color information
#216513 (or 0x216513) is known color: Myrtle. HEX triplet: 21, 65 and 13. RGB value is (33,101,19). Sum of RGB (Red+Green+Blue) = 33+101+19=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #216513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216513 is #DE9AEC. Grayscale: #474747. Windows color (decimal): -14588653 or 1271073. OLE color: 1271073.
HSL color Cylindrical-coordinate representation of color #216513: hue angle of 109.76º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216513 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 19 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.60 |
| HSL | 109.76º | 0.68% | 0.24% | - |
| HSV(B) | 109.76º | 0.81% | 0.4% | - |
| XYZ | 5.4 | 9.68 | 2.2 | - |
| YUV | 71.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 19 | 0.67 | 0 | 0.81 | 0.60 | 109.76 | 0.68 | 0.24 |
| Hex | 21 | 65 | 13 | 43 | 0 | 51 | 3C | 6E | 44 | 18 |
| Octal | 41 | 145 | 23 | 103 | 0 | 121 | 74 | 156 | 104 | 30 |
| Binary | 100001 | 1100101 | 10011 | 1000011 | 0 | 1010001 | 111100 | 1101110 | 1000100 | 11000 |
Color Harmonies of #216513
Complementary color
Monochromatic Colors of #216513
Black with #216513
Text Example
Text Example
White with #216513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216513; }
p { color: rgb(33,101,19); }
H1.HeaderClassName
{
color: #216513;
}
.AnyTagClassName
{
color: #216513;
}
</style>
background-color css
<style>
a { background-color: #216513; }
a { background-color: rgb(33,101,19); }
div.DivClassName
{
background-color: #216513;
}
.BgClassName
{
background-color: #216513;
}
</style>
border-color css
<style>
span { border-color: #216513; }
span { border-color: rgb(33,101,19); }
td.TdClassName
{
border-color: #216513;
}
.TagClassName
{
border-color: #216513;
}
</style>