Shades of Myrtle #215204
Tints of Myrtle #215204
RGB
CMYK
RGB Variations
Color information
#215204 (or 0x215204) is known color: Myrtle. HEX triplet: 21, 52 and 04. RGB value is (33,82,4). Sum of RGB (Red+Green+Blue) = 33+82+4=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #215204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215204 is #DEADFB. Grayscale: #3A3A3A. Windows color (decimal): -14593532 or 283169. OLE color: 283169.
HSL color Cylindrical-coordinate representation of color #215204: hue angle of 97.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #215204 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 4 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.68 |
| HSL | 97.69º | 0.91% | 0.17% | - |
| HSV(B) | 97.69º | 0.95% | 0.32% | - |
| XYZ | 3.67 | 6.37 | 1.15 | - |
| YUV | 58.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 4 | 0.60 | 0 | 0.95 | 0.68 | 97.69 | 0.91 | 0.17 |
| Hex | 21 | 52 | 4 | 3C | 0 | 5F | 44 | 62 | 5B | 11 |
| Octal | 41 | 122 | 4 | 74 | 0 | 137 | 104 | 142 | 133 | 21 |
| Binary | 100001 | 1010010 | 100 | 111100 | 0 | 1011111 | 1000100 | 1100010 | 1011011 | 10001 |
Color Harmonies of #215204
Complementary color
Monochromatic Colors of #215204
Black with #215204
Text Example
Text Example
White with #215204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215204; }
p { color: rgb(33,82,4); }
H1.HeaderClassName
{
color: #215204;
}
.AnyTagClassName
{
color: #215204;
}
</style>
background-color css
<style>
a { background-color: #215204; }
a { background-color: rgb(33,82,4); }
div.DivClassName
{
background-color: #215204;
}
.BgClassName
{
background-color: #215204;
}
</style>
border-color css
<style>
span { border-color: #215204; }
span { border-color: rgb(33,82,4); }
td.TdClassName
{
border-color: #215204;
}
.TagClassName
{
border-color: #215204;
}
</style>