Shades of Myrtle #153A15
Tints of Myrtle #153A15
RGB
CMYK
RGB Variations
Color information
#153A15 (or 0x153A15) is known color: Myrtle. HEX triplet: 15, 3A and 15. RGB value is (21,58,21). Sum of RGB (Red+Green+Blue) = 21+58+21=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #153A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153A15 is #EAC5EA. Grayscale: #2A2A2A. Windows color (decimal): -15386091 or 1391125. OLE color: 1391125.
HSL color Cylindrical-coordinate representation of color #153A15: hue angle of 120º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A15 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 21 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.77 |
| HSL | 120º | 0.47% | 0.15% | - |
| HSV(B) | 120º | 0.64% | 0.23% | - |
| XYZ | 1.96 | 3.24 | 1.23 | - |
| YUV | 42.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 21 | 0.64 | 0 | 0.64 | 0.77 | 120 | 0.47 | 0.15 |
| Hex | 15 | 3A | 15 | 40 | 0 | 40 | 4D | 78 | 2F | F |
| Octal | 25 | 72 | 25 | 100 | 0 | 100 | 115 | 170 | 57 | 17 |
| Binary | 10101 | 111010 | 10101 | 1000000 | 0 | 1000000 | 1001101 | 1111000 | 101111 | 1111 |
Color Harmonies of #153A15
Complementary color
Monochromatic Colors of #153A15
Black with #153A15
Text Example
Text Example
White with #153A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A15; }
p { color: rgb(21,58,21); }
H1.HeaderClassName
{
color: #153A15;
}
.AnyTagClassName
{
color: #153A15;
}
</style>
background-color css
<style>
a { background-color: #153A15; }
a { background-color: rgb(21,58,21); }
div.DivClassName
{
background-color: #153A15;
}
.BgClassName
{
background-color: #153A15;
}
</style>
border-color css
<style>
span { border-color: #153A15; }
span { border-color: rgb(21,58,21); }
td.TdClassName
{
border-color: #153A15;
}
.TagClassName
{
border-color: #153A15;
}
</style>