Shades of Myrtle #153C13
Tints of Myrtle #153C13
RGB
CMYK
RGB Variations
Color information
#153C13 (or 0x153C13) is known color: Myrtle. HEX triplet: 15, 3C and 13. RGB value is (21,60,19). Sum of RGB (Red+Green+Blue) = 21+60+19=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #153C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153C13 is #EAC3EC. Grayscale: #2B2B2B. Windows color (decimal): -15385581 or 1260565. OLE color: 1260565.
HSL color Cylindrical-coordinate representation of color #153C13: hue angle of 117.07º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153C13 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 19 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.76 |
| HSL | 117.07º | 0.52% | 0.15% | - |
| HSV(B) | 117.07º | 0.68% | 0.24% | - |
| XYZ | 2.04 | 3.44 | 1.17 | - |
| YUV | 43.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 19 | 0.65 | 0 | 0.68 | 0.76 | 117.07 | 0.52 | 0.15 |
| Hex | 15 | 3C | 13 | 41 | 0 | 44 | 4C | 75 | 34 | F |
| Octal | 25 | 74 | 23 | 101 | 0 | 104 | 114 | 165 | 64 | 17 |
| Binary | 10101 | 111100 | 10011 | 1000001 | 0 | 1000100 | 1001100 | 1110101 | 110100 | 1111 |
Color Harmonies of #153C13
Complementary color
Monochromatic Colors of #153C13
Black with #153C13
Text Example
Text Example
White with #153C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C13; }
p { color: rgb(21,60,19); }
H1.HeaderClassName
{
color: #153C13;
}
.AnyTagClassName
{
color: #153C13;
}
</style>
background-color css
<style>
a { background-color: #153C13; }
a { background-color: rgb(21,60,19); }
div.DivClassName
{
background-color: #153C13;
}
.BgClassName
{
background-color: #153C13;
}
</style>
border-color css
<style>
span { border-color: #153C13; }
span { border-color: rgb(21,60,19); }
td.TdClassName
{
border-color: #153C13;
}
.TagClassName
{
border-color: #153C13;
}
</style>