Shades of Myrtle #215406
Tints of Myrtle #215406
RGB
CMYK
RGB Variations
Color information
#215406 (or 0x215406) is known color: Myrtle. HEX triplet: 21, 54 and 06. RGB value is (33,84,6). Sum of RGB (Red+Green+Blue) = 33+84+6=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #215406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215406 is #DEABF9. Grayscale: #3C3C3C. Windows color (decimal): -14593018 or 414753. OLE color: 414753.
HSL color Cylindrical-coordinate representation of color #215406: hue angle of 99.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215406 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 84 | 6 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.67 |
| HSL | 99.23º | 0.87% | 0.18% | - |
| HSV(B) | 99.23º | 0.93% | 0.33% | - |
| XYZ | 3.83 | 6.68 | 1.26 | - |
| YUV | 59.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 6 | 0.61 | 0 | 0.93 | 0.67 | 99.23 | 0.87 | 0.18 |
| Hex | 21 | 54 | 6 | 3D | 0 | 5D | 43 | 63 | 57 | 12 |
| Octal | 41 | 124 | 6 | 75 | 0 | 135 | 103 | 143 | 127 | 22 |
| Binary | 100001 | 1010100 | 110 | 111101 | 0 | 1011101 | 1000011 | 1100011 | 1010111 | 10010 |
Color Harmonies of #215406
Complementary color
Monochromatic Colors of #215406
Black with #215406
Text Example
Text Example
White with #215406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215406; }
p { color: rgb(33,84,6); }
H1.HeaderClassName
{
color: #215406;
}
.AnyTagClassName
{
color: #215406;
}
</style>
background-color css
<style>
a { background-color: #215406; }
a { background-color: rgb(33,84,6); }
div.DivClassName
{
background-color: #215406;
}
.BgClassName
{
background-color: #215406;
}
</style>
border-color css
<style>
span { border-color: #215406; }
span { border-color: rgb(33,84,6); }
td.TdClassName
{
border-color: #215406;
}
.TagClassName
{
border-color: #215406;
}
</style>