Shades of Myrtle #213E11
Tints of Myrtle #213E11
RGB
CMYK
RGB Variations
Color information
#213E11 (or 0x213E11) is known color: Myrtle. HEX triplet: 21, 3E and 11. RGB value is (33,62,17). Sum of RGB (Red+Green+Blue) = 33+62+17=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #213E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E11 is #DEC1EE. Grayscale: #303030. Windows color (decimal): -14598639 or 1130017. OLE color: 1130017.
HSL color Cylindrical-coordinate representation of color #213E11: hue angle of 98.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213E11 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 17 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.76 |
| HSL | 98.67º | 0.57% | 0.15% | - |
| HSV(B) | 98.67º | 0.73% | 0.24% | - |
| XYZ | 2.45 | 3.81 | 1.14 | - |
| YUV | 48.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 17 | 0.47 | 0 | 0.73 | 0.76 | 98.67 | 0.57 | 0.15 |
| Hex | 21 | 3E | 11 | 2F | 0 | 49 | 4C | 63 | 39 | F |
| Octal | 41 | 76 | 21 | 57 | 0 | 111 | 114 | 143 | 71 | 17 |
| Binary | 100001 | 111110 | 10001 | 101111 | 0 | 1001001 | 1001100 | 1100011 | 111001 | 1111 |
Color Harmonies of #213E11
Complementary color
Monochromatic Colors of #213E11
Black with #213E11
Text Example
Text Example
White with #213E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E11; }
p { color: rgb(33,62,17); }
H1.HeaderClassName
{
color: #213E11;
}
.AnyTagClassName
{
color: #213E11;
}
</style>
background-color css
<style>
a { background-color: #213E11; }
a { background-color: rgb(33,62,17); }
div.DivClassName
{
background-color: #213E11;
}
.BgClassName
{
background-color: #213E11;
}
</style>
border-color css
<style>
span { border-color: #213E11; }
span { border-color: rgb(33,62,17); }
td.TdClassName
{
border-color: #213E11;
}
.TagClassName
{
border-color: #213E11;
}
</style>