Shades of Myrtle #215319
Tints of Myrtle #215319
RGB
CMYK
RGB Variations
Color information
#215319 (or 0x215319) is known color: Myrtle. HEX triplet: 21, 53 and 19. RGB value is (33,83,25). Sum of RGB (Red+Green+Blue) = 33+83+25=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #215319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215319 is #DEACE6. Grayscale: #3D3D3D. Windows color (decimal): -14593255 or 1659681. OLE color: 1659681.
HSL color Cylindrical-coordinate representation of color #215319: hue angle of 111.72º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215319 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 25 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.67 |
| HSL | 111.72º | 0.54% | 0.21% | - |
| HSV(B) | 111.72º | 0.7% | 0.33% | - |
| XYZ | 3.9 | 6.58 | 1.98 | - |
| YUV | 61.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 25 | 0.60 | 0 | 0.70 | 0.67 | 111.72 | 0.54 | 0.21 |
| Hex | 21 | 53 | 19 | 3C | 0 | 46 | 43 | 70 | 36 | 15 |
| Octal | 41 | 123 | 31 | 74 | 0 | 106 | 103 | 160 | 66 | 25 |
| Binary | 100001 | 1010011 | 11001 | 111100 | 0 | 1000110 | 1000011 | 1110000 | 110110 | 10101 |
Color Harmonies of #215319
Complementary color
Monochromatic Colors of #215319
Black with #215319
Text Example
Text Example
White with #215319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215319; }
p { color: rgb(33,83,25); }
H1.HeaderClassName
{
color: #215319;
}
.AnyTagClassName
{
color: #215319;
}
</style>
background-color css
<style>
a { background-color: #215319; }
a { background-color: rgb(33,83,25); }
div.DivClassName
{
background-color: #215319;
}
.BgClassName
{
background-color: #215319;
}
</style>
border-color css
<style>
span { border-color: #215319; }
span { border-color: rgb(33,83,25); }
td.TdClassName
{
border-color: #215319;
}
.TagClassName
{
border-color: #215319;
}
</style>