Shades of Myrtle #215315
Tints of Myrtle #215315
RGB
CMYK
RGB Variations
Color information
#215315 (or 0x215315) is known color: Myrtle. HEX triplet: 21, 53 and 15. RGB value is (33,83,21). Sum of RGB (Red+Green+Blue) = 33+83+21=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #215315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215315 is #DEACEA. Grayscale: #3D3D3D. Windows color (decimal): -14593259 or 1397537. OLE color: 1397537.
HSL color Cylindrical-coordinate representation of color #215315: hue angle of 108.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215315 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 21 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.67 |
| HSL | 108.39º | 0.6% | 0.2% | - |
| HSV(B) | 108.39º | 0.75% | 0.33% | - |
| XYZ | 3.86 | 6.56 | 1.77 | - |
| YUV | 60.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 21 | 0.60 | 0 | 0.75 | 0.67 | 108.39 | 0.6 | 0.2 |
| Hex | 21 | 53 | 15 | 3C | 0 | 4B | 43 | 6C | 3C | 14 |
| Octal | 41 | 123 | 25 | 74 | 0 | 113 | 103 | 154 | 74 | 24 |
| Binary | 100001 | 1010011 | 10101 | 111100 | 0 | 1001011 | 1000011 | 1101100 | 111100 | 10100 |
Color Harmonies of #215315
Complementary color
Monochromatic Colors of #215315
Black with #215315
Text Example
Text Example
White with #215315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215315; }
p { color: rgb(33,83,21); }
H1.HeaderClassName
{
color: #215315;
}
.AnyTagClassName
{
color: #215315;
}
</style>
background-color css
<style>
a { background-color: #215315; }
a { background-color: rgb(33,83,21); }
div.DivClassName
{
background-color: #215315;
}
.BgClassName
{
background-color: #215315;
}
</style>
border-color css
<style>
span { border-color: #215315; }
span { border-color: rgb(33,83,21); }
td.TdClassName
{
border-color: #215315;
}
.TagClassName
{
border-color: #215315;
}
</style>