Shades of Myrtle #153215
Tints of Myrtle #153215
RGB
CMYK
RGB Variations
Color information
#153215 (or 0x153215) is known color: Myrtle. HEX triplet: 15, 32 and 15. RGB value is (21,50,21). Sum of RGB (Red+Green+Blue) = 21+50+21=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #153215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153215 is #EACDEA. Grayscale: #262626. Windows color (decimal): -15388139 or 1389077. OLE color: 1389077.
HSL color Cylindrical-coordinate representation of color #153215: hue angle of 120º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153215 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 21 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.80 |
| HSL | 120º | 0.41% | 0.14% | - |
| HSV(B) | 120º | 0.58% | 0.2% | - |
| XYZ | 1.59 | 2.49 | 1.11 | - |
| YUV | 38.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 21 | 0.58 | 0 | 0.58 | 0.80 | 120 | 0.41 | 0.14 |
| Hex | 15 | 32 | 15 | 3A | 0 | 3A | 50 | 78 | 29 | E |
| Octal | 25 | 62 | 25 | 72 | 0 | 72 | 120 | 170 | 51 | 16 |
| Binary | 10101 | 110010 | 10101 | 111010 | 0 | 111010 | 1010000 | 1111000 | 101001 | 1110 |
Color Harmonies of #153215
Complementary color
Monochromatic Colors of #153215
Black with #153215
Text Example
Text Example
White with #153215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153215; }
p { color: rgb(21,50,21); }
H1.HeaderClassName
{
color: #153215;
}
.AnyTagClassName
{
color: #153215;
}
</style>
background-color css
<style>
a { background-color: #153215; }
a { background-color: rgb(21,50,21); }
div.DivClassName
{
background-color: #153215;
}
.BgClassName
{
background-color: #153215;
}
</style>
border-color css
<style>
span { border-color: #153215; }
span { border-color: rgb(21,50,21); }
td.TdClassName
{
border-color: #153215;
}
.TagClassName
{
border-color: #153215;
}
</style>