Shades of Myrtle #21510E
Tints of Myrtle #21510E
RGB
CMYK
RGB Variations
Color information
#21510E (or 0x21510E) is known color: Myrtle. HEX triplet: 21, 51 and 0E. RGB value is (33,81,14). Sum of RGB (Red+Green+Blue) = 33+81+14=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #21510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21510E is #DEAEF1. Grayscale: #3B3B3B. Windows color (decimal): -14593778 or 938273. OLE color: 938273.
HSL color Cylindrical-coordinate representation of color #21510E: hue angle of 102.99º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21510E is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 14 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.68 |
| HSL | 102.99º | 0.71% | 0.19% | - |
| HSV(B) | 102.99º | 0.83% | 0.32% | - |
| XYZ | 3.65 | 6.24 | 1.43 | - |
| YUV | 59.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 14 | 0.59 | 0 | 0.83 | 0.68 | 102.99 | 0.71 | 0.19 |
| Hex | 21 | 51 | E | 3B | 0 | 53 | 44 | 67 | 47 | 13 |
| Octal | 41 | 121 | 16 | 73 | 0 | 123 | 104 | 147 | 107 | 23 |
| Binary | 100001 | 1010001 | 1110 | 111011 | 0 | 1010011 | 1000100 | 1100111 | 1000111 | 10011 |
Color Harmonies of #21510E
Complementary color
Monochromatic Colors of #21510E
Black with #21510E
Text Example
Text Example
White with #21510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21510E; }
p { color: rgb(33,81,14); }
H1.HeaderClassName
{
color: #21510E;
}
.AnyTagClassName
{
color: #21510E;
}
</style>
background-color css
<style>
a { background-color: #21510E; }
a { background-color: rgb(33,81,14); }
div.DivClassName
{
background-color: #21510E;
}
.BgClassName
{
background-color: #21510E;
}
</style>
border-color css
<style>
span { border-color: #21510E; }
span { border-color: rgb(33,81,14); }
td.TdClassName
{
border-color: #21510E;
}
.TagClassName
{
border-color: #21510E;
}
</style>