Shades of Myrtle #215718
Tints of Myrtle #215718
RGB
CMYK
RGB Variations
Color information
#215718 (or 0x215718) is known color: Myrtle. HEX triplet: 21, 57 and 18. RGB value is (33,87,24). Sum of RGB (Red+Green+Blue) = 33+87+24=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 87 (34.38% from 255 or 60.42% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 87 - color contains mainly: green. Hex color #215718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215718 is #DEA8E7. Grayscale: #3F3F3F. Windows color (decimal): -14592232 or 1595169. OLE color: 1595169.
HSL color Cylindrical-coordinate representation of color #215718: hue angle of 111.43º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215718 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 24 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.66 |
| HSL | 111.43º | 0.57% | 0.22% | - |
| HSV(B) | 111.43º | 0.72% | 0.34% | - |
| XYZ | 4.2 | 7.21 | 2.03 | - |
| YUV | 63.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 24 | 0.62 | 0 | 0.72 | 0.66 | 111.43 | 0.57 | 0.22 |
| Hex | 21 | 57 | 18 | 3E | 0 | 48 | 42 | 6F | 39 | 16 |
| Octal | 41 | 127 | 30 | 76 | 0 | 110 | 102 | 157 | 71 | 26 |
| Binary | 100001 | 1010111 | 11000 | 111110 | 0 | 1001000 | 1000010 | 1101111 | 111001 | 10110 |
Color Harmonies of #215718
Complementary color
Monochromatic Colors of #215718
Black with #215718
Text Example
Text Example
White with #215718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215718; }
p { color: rgb(33,87,24); }
H1.HeaderClassName
{
color: #215718;
}
.AnyTagClassName
{
color: #215718;
}
</style>
background-color css
<style>
a { background-color: #215718; }
a { background-color: rgb(33,87,24); }
div.DivClassName
{
background-color: #215718;
}
.BgClassName
{
background-color: #215718;
}
</style>
border-color css
<style>
span { border-color: #215718; }
span { border-color: rgb(33,87,24); }
td.TdClassName
{
border-color: #215718;
}
.TagClassName
{
border-color: #215718;
}
</style>