Shades of Myrtle #154A12
Tints of Myrtle #154A12
RGB
CMYK
RGB Variations
Color information
#154A12 (or 0x154A12) is known color: Myrtle. HEX triplet: 15, 4A and 12. RGB value is (21,74,18). Sum of RGB (Red+Green+Blue) = 21+74+18=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #154A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154A12 is #EAB5ED. Grayscale: #333333. Windows color (decimal): -15381998 or 1198613. OLE color: 1198613.
HSL color Cylindrical-coordinate representation of color #154A12: hue angle of 116.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154A12 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 18 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.71 |
| HSL | 116.79º | 0.61% | 0.18% | - |
| HSV(B) | 116.79º | 0.76% | 0.29% | - |
| XYZ | 2.87 | 5.1 | 1.41 | - |
| YUV | 51.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 18 | 0.72 | 0 | 0.76 | 0.71 | 116.79 | 0.61 | 0.18 |
| Hex | 15 | 4A | 12 | 48 | 0 | 4C | 47 | 75 | 3D | 12 |
| Octal | 25 | 112 | 22 | 110 | 0 | 114 | 107 | 165 | 75 | 22 |
| Binary | 10101 | 1001010 | 10010 | 1001000 | 0 | 1001100 | 1000111 | 1110101 | 111101 | 10010 |
Color Harmonies of #154A12
Complementary color
Monochromatic Colors of #154A12
Black with #154A12
Text Example
Text Example
White with #154A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A12; }
p { color: rgb(21,74,18); }
H1.HeaderClassName
{
color: #154A12;
}
.AnyTagClassName
{
color: #154A12;
}
</style>
background-color css
<style>
a { background-color: #154A12; }
a { background-color: rgb(21,74,18); }
div.DivClassName
{
background-color: #154A12;
}
.BgClassName
{
background-color: #154A12;
}
</style>
border-color css
<style>
span { border-color: #154A12; }
span { border-color: rgb(21,74,18); }
td.TdClassName
{
border-color: #154A12;
}
.TagClassName
{
border-color: #154A12;
}
</style>