Shades of Myrtle #213C23
Tints of Myrtle #213C23
RGB
CMYK
RGB Variations
Color information
#213C23 (or 0x213C23) is known color: Myrtle. HEX triplet: 21, 3C and 23. RGB value is (33,60,35). Sum of RGB (Red+Green+Blue) = 33+60+35=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #213C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C23 is #DEC3DC. Grayscale: #313131. Windows color (decimal): -14599133 or 2309153. OLE color: 2309153.
HSL color Cylindrical-coordinate representation of color #213C23: hue angle of 124.44º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C23 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 35 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.76 |
| HSL | 124.44º | 0.29% | 0.18% | - |
| HSV(B) | 124.44º | 0.45% | 0.24% | - |
| XYZ | 2.55 | 3.68 | 2.17 | - |
| YUV | 49.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 35 | 0.45 | 0 | 0.42 | 0.76 | 124.44 | 0.29 | 0.18 |
| Hex | 21 | 3C | 23 | 2D | 0 | 2A | 4C | 7C | 1D | 12 |
| Octal | 41 | 74 | 43 | 55 | 0 | 52 | 114 | 174 | 35 | 22 |
| Binary | 100001 | 111100 | 100011 | 101101 | 0 | 101010 | 1001100 | 1111100 | 11101 | 10010 |
Color Harmonies of #213C23
Complementary color
Monochromatic Colors of #213C23
Black with #213C23
Text Example
Text Example
White with #213C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C23; }
p { color: rgb(33,60,35); }
H1.HeaderClassName
{
color: #213C23;
}
.AnyTagClassName
{
color: #213C23;
}
</style>
background-color css
<style>
a { background-color: #213C23; }
a { background-color: rgb(33,60,35); }
div.DivClassName
{
background-color: #213C23;
}
.BgClassName
{
background-color: #213C23;
}
</style>
border-color css
<style>
span { border-color: #213C23; }
span { border-color: rgb(33,60,35); }
td.TdClassName
{
border-color: #213C23;
}
.TagClassName
{
border-color: #213C23;
}
</style>