Shades of Myrtle #214012
Tints of Myrtle #214012
RGB
CMYK
RGB Variations
Color information
#214012 (or 0x214012) is known color: Myrtle. HEX triplet: 21, 40 and 12. RGB value is (33,64,18). Sum of RGB (Red+Green+Blue) = 33+64+18=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #214012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214012 is #DEBFED. Grayscale: #313131. Windows color (decimal): -14598126 or 1196065. OLE color: 1196065.
HSL color Cylindrical-coordinate representation of color #214012: hue angle of 100.43º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214012 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 18 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.75 |
| HSL | 100.43º | 0.56% | 0.16% | - |
| HSV(B) | 100.43º | 0.72% | 0.25% | - |
| XYZ | 2.57 | 4.03 | 1.22 | - |
| YUV | 49.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 18 | 0.48 | 0 | 0.72 | 0.75 | 100.43 | 0.56 | 0.16 |
| Hex | 21 | 40 | 12 | 30 | 0 | 48 | 4B | 64 | 38 | 10 |
| Octal | 41 | 100 | 22 | 60 | 0 | 110 | 113 | 144 | 70 | 20 |
| Binary | 100001 | 1000000 | 10010 | 110000 | 0 | 1001000 | 1001011 | 1100100 | 111000 | 10000 |
Color Harmonies of #214012
Complementary color
Monochromatic Colors of #214012
Black with #214012
Text Example
Text Example
White with #214012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214012; }
p { color: rgb(33,64,18); }
H1.HeaderClassName
{
color: #214012;
}
.AnyTagClassName
{
color: #214012;
}
</style>
background-color css
<style>
a { background-color: #214012; }
a { background-color: rgb(33,64,18); }
div.DivClassName
{
background-color: #214012;
}
.BgClassName
{
background-color: #214012;
}
</style>
border-color css
<style>
span { border-color: #214012; }
span { border-color: rgb(33,64,18); }
td.TdClassName
{
border-color: #214012;
}
.TagClassName
{
border-color: #214012;
}
</style>