Shades of Myrtle #214412
Tints of Myrtle #214412
RGB
CMYK
RGB Variations
Color information
#214412 (or 0x214412) is known color: Myrtle. HEX triplet: 21, 44 and 12. RGB value is (33,68,18). Sum of RGB (Red+Green+Blue) = 33+68+18=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #214412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214412 is #DEBBED. Grayscale: #333333. Windows color (decimal): -14597102 or 1197089. OLE color: 1197089.
HSL color Cylindrical-coordinate representation of color #214412: hue angle of 102º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214412 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 18 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.73 |
| HSL | 102º | 0.58% | 0.17% | - |
| HSV(B) | 102º | 0.74% | 0.27% | - |
| XYZ | 2.8 | 4.5 | 1.29 | - |
| YUV | 51.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 18 | 0.51 | 0 | 0.74 | 0.73 | 102 | 0.58 | 0.17 |
| Hex | 21 | 44 | 12 | 33 | 0 | 4A | 49 | 66 | 3A | 11 |
| Octal | 41 | 104 | 22 | 63 | 0 | 112 | 111 | 146 | 72 | 21 |
| Binary | 100001 | 1000100 | 10010 | 110011 | 0 | 1001010 | 1001001 | 1100110 | 111010 | 10001 |
Color Harmonies of #214412
Complementary color
Monochromatic Colors of #214412
Black with #214412
Text Example
Text Example
White with #214412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214412; }
p { color: rgb(33,68,18); }
H1.HeaderClassName
{
color: #214412;
}
.AnyTagClassName
{
color: #214412;
}
</style>
background-color css
<style>
a { background-color: #214412; }
a { background-color: rgb(33,68,18); }
div.DivClassName
{
background-color: #214412;
}
.BgClassName
{
background-color: #214412;
}
</style>
border-color css
<style>
span { border-color: #214412; }
span { border-color: rgb(33,68,18); }
td.TdClassName
{
border-color: #214412;
}
.TagClassName
{
border-color: #214412;
}
</style>