Shades of Myrtle #215121
Tints of Myrtle #215121
RGB
CMYK
RGB Variations
Color information
#215121 (or 0x215121) is known color: Myrtle. HEX triplet: 21, 51 and 21. RGB value is (33,81,33). Sum of RGB (Red+Green+Blue) = 33+81+33=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #215121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215121 is #DEAEDE. Grayscale: #3D3D3D. Windows color (decimal): -14593759 or 2183457. OLE color: 2183457.
HSL color Cylindrical-coordinate representation of color #215121: hue angle of 120º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215121 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 33 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.68 |
| HSL | 120º | 0.42% | 0.22% | - |
| HSV(B) | 120º | 0.59% | 0.32% | - |
| XYZ | 3.84 | 6.32 | 2.46 | - |
| YUV | 61.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 33 | 0.59 | 0 | 0.59 | 0.68 | 120 | 0.42 | 0.22 |
| Hex | 21 | 51 | 21 | 3B | 0 | 3B | 44 | 78 | 2A | 16 |
| Octal | 41 | 121 | 41 | 73 | 0 | 73 | 104 | 170 | 52 | 26 |
| Binary | 100001 | 1010001 | 100001 | 111011 | 0 | 111011 | 1000100 | 1111000 | 101010 | 10110 |
Color Harmonies of #215121
Complementary color
Monochromatic Colors of #215121
Black with #215121
Text Example
Text Example
White with #215121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215121; }
p { color: rgb(33,81,33); }
H1.HeaderClassName
{
color: #215121;
}
.AnyTagClassName
{
color: #215121;
}
</style>
background-color css
<style>
a { background-color: #215121; }
a { background-color: rgb(33,81,33); }
div.DivClassName
{
background-color: #215121;
}
.BgClassName
{
background-color: #215121;
}
</style>
border-color css
<style>
span { border-color: #215121; }
span { border-color: rgb(33,81,33); }
td.TdClassName
{
border-color: #215121;
}
.TagClassName
{
border-color: #215121;
}
</style>