Shades of Myrtle #214924
Tints of Myrtle #214924
RGB
CMYK
RGB Variations
Color information
#214924 (or 0x214924) is known color: Myrtle. HEX triplet: 21, 49 and 24. RGB value is (33,73,36). Sum of RGB (Red+Green+Blue) = 33+73+36=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #214924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214924 is #DEB6DB. Grayscale: #383838. Windows color (decimal): -14595804 or 2378017. OLE color: 2378017.
HSL color Cylindrical-coordinate representation of color #214924: hue angle of 124.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214924 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 36 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.71 |
| HSL | 124.5º | 0.38% | 0.21% | - |
| HSV(B) | 124.5º | 0.55% | 0.29% | - |
| XYZ | 3.33 | 5.22 | 2.5 | - |
| YUV | 56.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 36 | 0.55 | 0 | 0.51 | 0.71 | 124.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 24 | 37 | 0 | 33 | 47 | 7C | 26 | 15 |
| Octal | 41 | 111 | 44 | 67 | 0 | 63 | 107 | 174 | 46 | 25 |
| Binary | 100001 | 1001001 | 100100 | 110111 | 0 | 110011 | 1000111 | 1111100 | 100110 | 10101 |
Color Harmonies of #214924
Complementary color
Monochromatic Colors of #214924
Black with #214924
Text Example
Text Example
White with #214924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214924; }
p { color: rgb(33,73,36); }
H1.HeaderClassName
{
color: #214924;
}
.AnyTagClassName
{
color: #214924;
}
</style>
background-color css
<style>
a { background-color: #214924; }
a { background-color: rgb(33,73,36); }
div.DivClassName
{
background-color: #214924;
}
.BgClassName
{
background-color: #214924;
}
</style>
border-color css
<style>
span { border-color: #214924; }
span { border-color: rgb(33,73,36); }
td.TdClassName
{
border-color: #214924;
}
.TagClassName
{
border-color: #214924;
}
</style>