Shades of Myrtle #214013
Tints of Myrtle #214013
RGB
CMYK
RGB Variations
Color information
#214013 (or 0x214013) is known color: Myrtle. HEX triplet: 21, 40 and 13. RGB value is (33,64,19). Sum of RGB (Red+Green+Blue) = 33+64+19=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #214013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214013 is #DEBFEC. Grayscale: #313131. Windows color (decimal): -14598125 or 1261601. OLE color: 1261601.
HSL color Cylindrical-coordinate representation of color #214013: hue angle of 101.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214013 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 19 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.75 |
| HSL | 101.33º | 0.54% | 0.16% | - |
| HSV(B) | 101.33º | 0.7% | 0.25% | - |
| XYZ | 2.58 | 4.04 | 1.26 | - |
| YUV | 49.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 19 | 0.48 | 0 | 0.70 | 0.75 | 101.33 | 0.54 | 0.16 |
| Hex | 21 | 40 | 13 | 30 | 0 | 46 | 4B | 65 | 36 | 10 |
| Octal | 41 | 100 | 23 | 60 | 0 | 106 | 113 | 145 | 66 | 20 |
| Binary | 100001 | 1000000 | 10011 | 110000 | 0 | 1000110 | 1001011 | 1100101 | 110110 | 10000 |
Color Harmonies of #214013
Complementary color
Monochromatic Colors of #214013
Black with #214013
Text Example
Text Example
White with #214013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214013; }
p { color: rgb(33,64,19); }
H1.HeaderClassName
{
color: #214013;
}
.AnyTagClassName
{
color: #214013;
}
</style>
background-color css
<style>
a { background-color: #214013; }
a { background-color: rgb(33,64,19); }
div.DivClassName
{
background-color: #214013;
}
.BgClassName
{
background-color: #214013;
}
</style>
border-color css
<style>
span { border-color: #214013; }
span { border-color: rgb(33,64,19); }
td.TdClassName
{
border-color: #214013;
}
.TagClassName
{
border-color: #214013;
}
</style>