Shades of Myrtle #124A15
Tints of Myrtle #124A15
RGB
CMYK
RGB Variations
Color information
#124A15 (or 0x124A15) is known color: Myrtle. HEX triplet: 12, 4A and 15. RGB value is (18,74,21). Sum of RGB (Red+Green+Blue) = 18+74+21=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #124A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A15 is #EDB5EA. Grayscale: #333333. Windows color (decimal): -15578603 or 1395218. OLE color: 1395218.
HSL color Cylindrical-coordinate representation of color #124A15: hue angle of 123.21º 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 #124A15 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 21 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.71 |
| HSL | 123.21º | 0.61% | 0.18% | - |
| HSV(B) | 123.21º | 0.76% | 0.29% | - |
| XYZ | 2.83 | 5.08 | 1.54 | - |
| YUV | 51.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 21 | 0.76 | 0 | 0.72 | 0.71 | 123.21 | 0.61 | 0.18 |
| Hex | 12 | 4A | 15 | 4C | 0 | 48 | 47 | 7B | 3D | 12 |
| Octal | 22 | 112 | 25 | 114 | 0 | 110 | 107 | 173 | 75 | 22 |
| Binary | 10010 | 1001010 | 10101 | 1001100 | 0 | 1001000 | 1000111 | 1111011 | 111101 | 10010 |
Color Harmonies of #124A15
Complementary color
Monochromatic Colors of #124A15
Black with #124A15
Text Example
Text Example
White with #124A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A15; }
p { color: rgb(18,74,21); }
H1.HeaderClassName
{
color: #124A15;
}
.AnyTagClassName
{
color: #124A15;
}
</style>
background-color css
<style>
a { background-color: #124A15; }
a { background-color: rgb(18,74,21); }
div.DivClassName
{
background-color: #124A15;
}
.BgClassName
{
background-color: #124A15;
}
</style>
border-color css
<style>
span { border-color: #124A15; }
span { border-color: rgb(18,74,21); }
td.TdClassName
{
border-color: #124A15;
}
.TagClassName
{
border-color: #124A15;
}
</style>