Shades of Myrtle #154C13
Tints of Myrtle #154C13
RGB
CMYK
RGB Variations
Color information
#154C13 (or 0x154C13) is known color: Myrtle. HEX triplet: 15, 4C and 13. RGB value is (21,76,19). Sum of RGB (Red+Green+Blue) = 21+76+19=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #154C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154C13 is #EAB3EC. Grayscale: #353535. Windows color (decimal): -15381485 or 1264661. OLE color: 1264661.
HSL color Cylindrical-coordinate representation of color #154C13: hue angle of 117.89º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154C13 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 19 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.70 |
| HSL | 117.89º | 0.6% | 0.19% | - |
| HSV(B) | 117.89º | 0.75% | 0.3% | - |
| XYZ | 3.01 | 5.38 | 1.49 | - |
| YUV | 53.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 19 | 0.72 | 0 | 0.75 | 0.70 | 117.89 | 0.6 | 0.19 |
| Hex | 15 | 4C | 13 | 48 | 0 | 4B | 46 | 76 | 3C | 13 |
| Octal | 25 | 114 | 23 | 110 | 0 | 113 | 106 | 166 | 74 | 23 |
| Binary | 10101 | 1001100 | 10011 | 1001000 | 0 | 1001011 | 1000110 | 1110110 | 111100 | 10011 |
Color Harmonies of #154C13
Complementary color
Monochromatic Colors of #154C13
Black with #154C13
Text Example
Text Example
White with #154C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C13; }
p { color: rgb(21,76,19); }
H1.HeaderClassName
{
color: #154C13;
}
.AnyTagClassName
{
color: #154C13;
}
</style>
background-color css
<style>
a { background-color: #154C13; }
a { background-color: rgb(21,76,19); }
div.DivClassName
{
background-color: #154C13;
}
.BgClassName
{
background-color: #154C13;
}
</style>
border-color css
<style>
span { border-color: #154C13; }
span { border-color: rgb(21,76,19); }
td.TdClassName
{
border-color: #154C13;
}
.TagClassName
{
border-color: #154C13;
}
</style>