Shades of Myrtle #214E09
Tints of Myrtle #214E09
RGB
CMYK
RGB Variations
Color information
#214E09 (or 0x214E09) is known color: Myrtle. HEX triplet: 21, 4E and 09. RGB value is (33,78,9). Sum of RGB (Red+Green+Blue) = 33+78+9=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #214E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E09 is #DEB1F6. Grayscale: #383838. Windows color (decimal): -14594551 or 609825. OLE color: 609825.
HSL color Cylindrical-coordinate representation of color #214E09: hue angle of 99.13º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #214E09 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 9 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.69 |
| HSL | 99.13º | 0.79% | 0.17% | - |
| HSV(B) | 99.13º | 0.88% | 0.31% | - |
| XYZ | 3.4 | 5.79 | 1.2 | - |
| YUV | 56.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 9 | 0.58 | 0 | 0.88 | 0.69 | 99.13 | 0.79 | 0.17 |
| Hex | 21 | 4E | 9 | 3A | 0 | 58 | 45 | 63 | 4F | 11 |
| Octal | 41 | 116 | 11 | 72 | 0 | 130 | 105 | 143 | 117 | 21 |
| Binary | 100001 | 1001110 | 1001 | 111010 | 0 | 1011000 | 1000101 | 1100011 | 1001111 | 10001 |
Color Harmonies of #214E09
Complementary color
Monochromatic Colors of #214E09
Black with #214E09
Text Example
Text Example
White with #214E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E09; }
p { color: rgb(33,78,9); }
H1.HeaderClassName
{
color: #214E09;
}
.AnyTagClassName
{
color: #214E09;
}
</style>
background-color css
<style>
a { background-color: #214E09; }
a { background-color: rgb(33,78,9); }
div.DivClassName
{
background-color: #214E09;
}
.BgClassName
{
background-color: #214E09;
}
</style>
border-color css
<style>
span { border-color: #214E09; }
span { border-color: rgb(33,78,9); }
td.TdClassName
{
border-color: #214E09;
}
.TagClassName
{
border-color: #214E09;
}
</style>