Shades of Myrtle #214321
Tints of Myrtle #214321
RGB
CMYK
RGB Variations
Color information
#214321 (or 0x214321) is known color: Myrtle. HEX triplet: 21, 43 and 21. RGB value is (33,67,33). Sum of RGB (Red+Green+Blue) = 33+67+33=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #214321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214321 is #DEBCDE. Grayscale: #353535. Windows color (decimal): -14597343 or 2179873. OLE color: 2179873.
HSL color Cylindrical-coordinate representation of color #214321: hue angle of 120º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214321 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 33 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.74 |
| HSL | 120º | 0.34% | 0.2% | - |
| HSV(B) | 120º | 0.51% | 0.26% | - |
| XYZ | 2.91 | 4.45 | 2.14 | - |
| YUV | 52.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 33 | 0.51 | 0 | 0.51 | 0.74 | 120 | 0.34 | 0.2 |
| Hex | 21 | 43 | 21 | 33 | 0 | 33 | 4A | 78 | 22 | 14 |
| Octal | 41 | 103 | 41 | 63 | 0 | 63 | 112 | 170 | 42 | 24 |
| Binary | 100001 | 1000011 | 100001 | 110011 | 0 | 110011 | 1001010 | 1111000 | 100010 | 10100 |
Color Harmonies of #214321
Complementary color
Monochromatic Colors of #214321
Black with #214321
Text Example
Text Example
White with #214321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214321; }
p { color: rgb(33,67,33); }
H1.HeaderClassName
{
color: #214321;
}
.AnyTagClassName
{
color: #214321;
}
</style>
background-color css
<style>
a { background-color: #214321; }
a { background-color: rgb(33,67,33); }
div.DivClassName
{
background-color: #214321;
}
.BgClassName
{
background-color: #214321;
}
</style>
border-color css
<style>
span { border-color: #214321; }
span { border-color: rgb(33,67,33); }
td.TdClassName
{
border-color: #214321;
}
.TagClassName
{
border-color: #214321;
}
</style>