Shades of Myrtle #213E17
Tints of Myrtle #213E17
RGB
CMYK
RGB Variations
Color information
#213E17 (or 0x213E17) is known color: Myrtle. HEX triplet: 21, 3E and 17. RGB value is (33,62,23). Sum of RGB (Red+Green+Blue) = 33+62+23=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #213E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E17 is #DEC1E8. Grayscale: #313131. Windows color (decimal): -14598633 or 1523233. OLE color: 1523233.
HSL color Cylindrical-coordinate representation of color #213E17: hue angle of 104.62º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213E17 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 23 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.76 |
| HSL | 104.62º | 0.46% | 0.17% | - |
| HSV(B) | 104.62º | 0.63% | 0.24% | - |
| XYZ | 2.5 | 3.83 | 1.42 | - |
| YUV | 48.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 23 | 0.47 | 0 | 0.63 | 0.76 | 104.62 | 0.46 | 0.17 |
| Hex | 21 | 3E | 17 | 2F | 0 | 3F | 4C | 69 | 2E | 11 |
| Octal | 41 | 76 | 27 | 57 | 0 | 77 | 114 | 151 | 56 | 21 |
| Binary | 100001 | 111110 | 10111 | 101111 | 0 | 111111 | 1001100 | 1101001 | 101110 | 10001 |
Color Harmonies of #213E17
Complementary color
Monochromatic Colors of #213E17
Black with #213E17
Text Example
Text Example
White with #213E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E17; }
p { color: rgb(33,62,23); }
H1.HeaderClassName
{
color: #213E17;
}
.AnyTagClassName
{
color: #213E17;
}
</style>
background-color css
<style>
a { background-color: #213E17; }
a { background-color: rgb(33,62,23); }
div.DivClassName
{
background-color: #213E17;
}
.BgClassName
{
background-color: #213E17;
}
</style>
border-color css
<style>
span { border-color: #213E17; }
span { border-color: rgb(33,62,23); }
td.TdClassName
{
border-color: #213E17;
}
.TagClassName
{
border-color: #213E17;
}
</style>