Shades of Myrtle #214D23
Tints of Myrtle #214D23
RGB
CMYK
RGB Variations
Color information
#214D23 (or 0x214D23) is known color: Myrtle. HEX triplet: 21, 4D and 23. RGB value is (33,77,35). Sum of RGB (Red+Green+Blue) = 33+77+35=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #214D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D23 is #DEB2DC. Grayscale: #3B3B3B. Windows color (decimal): -14594781 or 2313505. OLE color: 2313505.
HSL color Cylindrical-coordinate representation of color #214D23: hue angle of 122.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D23 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 35 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.70 |
| HSL | 122.73º | 0.4% | 0.22% | - |
| HSV(B) | 122.73º | 0.57% | 0.3% | - |
| XYZ | 3.58 | 5.75 | 2.51 | - |
| YUV | 59.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 35 | 0.57 | 0 | 0.55 | 0.70 | 122.73 | 0.4 | 0.22 |
| Hex | 21 | 4D | 23 | 39 | 0 | 37 | 46 | 7B | 28 | 16 |
| Octal | 41 | 115 | 43 | 71 | 0 | 67 | 106 | 173 | 50 | 26 |
| Binary | 100001 | 1001101 | 100011 | 111001 | 0 | 110111 | 1000110 | 1111011 | 101000 | 10110 |
Color Harmonies of #214D23
Complementary color
Monochromatic Colors of #214D23
Black with #214D23
Text Example
Text Example
White with #214D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D23; }
p { color: rgb(33,77,35); }
H1.HeaderClassName
{
color: #214D23;
}
.AnyTagClassName
{
color: #214D23;
}
</style>
background-color css
<style>
a { background-color: #214D23; }
a { background-color: rgb(33,77,35); }
div.DivClassName
{
background-color: #214D23;
}
.BgClassName
{
background-color: #214D23;
}
</style>
border-color css
<style>
span { border-color: #214D23; }
span { border-color: rgb(33,77,35); }
td.TdClassName
{
border-color: #214D23;
}
.TagClassName
{
border-color: #214D23;
}
</style>