Shades of Myrtle #156018
Tints of Myrtle #156018
RGB
CMYK
RGB Variations
Color information
#156018 (or 0x156018) is known color: Myrtle. HEX triplet: 15, 60 and 18. RGB value is (21,96,24). Sum of RGB (Red+Green+Blue) = 21+96+24=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #156018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156018 is #EA9FE7. Grayscale: #414141. Windows color (decimal): -15376360 or 1597461. OLE color: 1597461.
HSL color Cylindrical-coordinate representation of color #156018: hue angle of 122.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156018 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 24 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.62 |
| HSL | 122.4º | 0.64% | 0.23% | - |
| HSV(B) | 122.4º | 0.78% | 0.38% | - |
| XYZ | 4.66 | 8.59 | 2.28 | - |
| YUV | 65.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 24 | 0.78 | 0 | 0.75 | 0.62 | 122.4 | 0.64 | 0.23 |
| Hex | 15 | 60 | 18 | 4E | 0 | 4B | 3E | 7A | 40 | 17 |
| Octal | 25 | 140 | 30 | 116 | 0 | 113 | 76 | 172 | 100 | 27 |
| Binary | 10101 | 1100000 | 11000 | 1001110 | 0 | 1001011 | 111110 | 1111010 | 1000000 | 10111 |
Color Harmonies of #156018
Complementary color
Monochromatic Colors of #156018
Black with #156018
Text Example
Text Example
White with #156018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156018; }
p { color: rgb(21,96,24); }
H1.HeaderClassName
{
color: #156018;
}
.AnyTagClassName
{
color: #156018;
}
</style>
background-color css
<style>
a { background-color: #156018; }
a { background-color: rgb(21,96,24); }
div.DivClassName
{
background-color: #156018;
}
.BgClassName
{
background-color: #156018;
}
</style>
border-color css
<style>
span { border-color: #156018; }
span { border-color: rgb(21,96,24); }
td.TdClassName
{
border-color: #156018;
}
.TagClassName
{
border-color: #156018;
}
</style>