Shades of Myrtle #153F13
Tints of Myrtle #153F13
RGB
CMYK
RGB Variations
Color information
#153F13 (or 0x153F13) is known color: Myrtle. HEX triplet: 15, 3F and 13. RGB value is (21,63,19). Sum of RGB (Red+Green+Blue) = 21+63+19=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #153F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153F13 is #EAC0EC. Grayscale: #2D2D2D. Windows color (decimal): -15384813 or 1261333. OLE color: 1261333.
HSL color Cylindrical-coordinate representation of color #153F13: hue angle of 117.27º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153F13 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 19 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.75 |
| HSL | 117.27º | 0.54% | 0.16% | - |
| HSV(B) | 117.27º | 0.7% | 0.25% | - |
| XYZ | 2.2 | 3.76 | 1.23 | - |
| YUV | 45.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 19 | 0.67 | 0 | 0.70 | 0.75 | 117.27 | 0.54 | 0.16 |
| Hex | 15 | 3F | 13 | 43 | 0 | 46 | 4B | 75 | 36 | 10 |
| Octal | 25 | 77 | 23 | 103 | 0 | 106 | 113 | 165 | 66 | 20 |
| Binary | 10101 | 111111 | 10011 | 1000011 | 0 | 1000110 | 1001011 | 1110101 | 110110 | 10000 |
Color Harmonies of #153F13
Complementary color
Monochromatic Colors of #153F13
Black with #153F13
Text Example
Text Example
White with #153F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F13; }
p { color: rgb(21,63,19); }
H1.HeaderClassName
{
color: #153F13;
}
.AnyTagClassName
{
color: #153F13;
}
</style>
background-color css
<style>
a { background-color: #153F13; }
a { background-color: rgb(21,63,19); }
div.DivClassName
{
background-color: #153F13;
}
.BgClassName
{
background-color: #153F13;
}
</style>
border-color css
<style>
span { border-color: #153F13; }
span { border-color: rgb(21,63,19); }
td.TdClassName
{
border-color: #153F13;
}
.TagClassName
{
border-color: #153F13;
}
</style>