Shades of Myrtle #215310
Tints of Myrtle #215310
RGB
CMYK
RGB Variations
Color information
#215310 (or 0x215310) is known color: Myrtle. HEX triplet: 21, 53 and 10. RGB value is (33,83,16). Sum of RGB (Red+Green+Blue) = 33+83+16=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #215310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215310 is #DEACEF. Grayscale: #3C3C3C. Windows color (decimal): -14593264 or 1069857. OLE color: 1069857.
HSL color Cylindrical-coordinate representation of color #215310: hue angle of 104.78º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215310 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 16 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.67 |
| HSL | 104.78º | 0.68% | 0.19% | - |
| HSV(B) | 104.78º | 0.81% | 0.33% | - |
| XYZ | 3.81 | 6.55 | 1.55 | - |
| YUV | 60.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 16 | 0.60 | 0 | 0.81 | 0.67 | 104.78 | 0.68 | 0.19 |
| Hex | 21 | 53 | 10 | 3C | 0 | 51 | 43 | 69 | 44 | 13 |
| Octal | 41 | 123 | 20 | 74 | 0 | 121 | 103 | 151 | 104 | 23 |
| Binary | 100001 | 1010011 | 10000 | 111100 | 0 | 1010001 | 1000011 | 1101001 | 1000100 | 10011 |
Color Harmonies of #215310
Complementary color
Monochromatic Colors of #215310
Black with #215310
Text Example
Text Example
White with #215310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215310; }
p { color: rgb(33,83,16); }
H1.HeaderClassName
{
color: #215310;
}
.AnyTagClassName
{
color: #215310;
}
</style>
background-color css
<style>
a { background-color: #215310; }
a { background-color: rgb(33,83,16); }
div.DivClassName
{
background-color: #215310;
}
.BgClassName
{
background-color: #215310;
}
</style>
border-color css
<style>
span { border-color: #215310; }
span { border-color: rgb(33,83,16); }
td.TdClassName
{
border-color: #215310;
}
.TagClassName
{
border-color: #215310;
}
</style>