Shades of Myrtle #154914
Tints of Myrtle #154914
RGB
CMYK
RGB Variations
Color information
#154914 (or 0x154914) is known color: Myrtle. HEX triplet: 15, 49 and 14. RGB value is (21,73,20). Sum of RGB (Red+Green+Blue) = 21+73+20=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #154914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154914 is #EAB6EB. Grayscale: #333333. Windows color (decimal): -15382252 or 1329429. OLE color: 1329429.
HSL color Cylindrical-coordinate representation of color #154914: hue angle of 118.87º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154914 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 73 | 20 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.71 |
| HSL | 118.87º | 0.57% | 0.18% | - |
| HSV(B) | 118.87º | 0.73% | 0.29% | - |
| XYZ | 2.82 | 4.98 | 1.47 | - |
| YUV | 51.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 20 | 0.71 | 0 | 0.73 | 0.71 | 118.87 | 0.57 | 0.18 |
| Hex | 15 | 49 | 14 | 47 | 0 | 49 | 47 | 77 | 39 | 12 |
| Octal | 25 | 111 | 24 | 107 | 0 | 111 | 107 | 167 | 71 | 22 |
| Binary | 10101 | 1001001 | 10100 | 1000111 | 0 | 1001001 | 1000111 | 1110111 | 111001 | 10010 |
Color Harmonies of #154914
Complementary color
Monochromatic Colors of #154914
Black with #154914
Text Example
Text Example
White with #154914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154914; }
p { color: rgb(21,73,20); }
H1.HeaderClassName
{
color: #154914;
}
.AnyTagClassName
{
color: #154914;
}
</style>
background-color css
<style>
a { background-color: #154914; }
a { background-color: rgb(21,73,20); }
div.DivClassName
{
background-color: #154914;
}
.BgClassName
{
background-color: #154914;
}
</style>
border-color css
<style>
span { border-color: #154914; }
span { border-color: rgb(21,73,20); }
td.TdClassName
{
border-color: #154914;
}
.TagClassName
{
border-color: #154914;
}
</style>