Shades of Myrtle #124D04
Tints of Myrtle #124D04
RGB
CMYK
RGB Variations
Color information
#124D04 (or 0x124D04) is known color: Myrtle. HEX triplet: 12, 4D and 04. RGB value is (18,77,4). Sum of RGB (Red+Green+Blue) = 18+77+4=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #124D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D04 is #EDB2FB. Grayscale: #333333. Windows color (decimal): -15577852 or 281874. OLE color: 281874.
HSL color Cylindrical-coordinate representation of color #124D04: hue angle of 108.49º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #124D04 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 4 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.70 |
| HSL | 108.49º | 0.9% | 0.16% | - |
| HSV(B) | 108.49º | 0.95% | 0.3% | - |
| XYZ | 2.93 | 5.45 | 1.01 | - |
| YUV | 51.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 4 | 0.77 | 0 | 0.95 | 0.70 | 108.49 | 0.9 | 0.16 |
| Hex | 12 | 4D | 4 | 4D | 0 | 5F | 46 | 6C | 5A | 10 |
| Octal | 22 | 115 | 4 | 115 | 0 | 137 | 106 | 154 | 132 | 20 |
| Binary | 10010 | 1001101 | 100 | 1001101 | 0 | 1011111 | 1000110 | 1101100 | 1011010 | 10000 |
Color Harmonies of #124D04
Complementary color
Monochromatic Colors of #124D04
Black with #124D04
Text Example
Text Example
White with #124D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D04; }
p { color: rgb(18,77,4); }
H1.HeaderClassName
{
color: #124D04;
}
.AnyTagClassName
{
color: #124D04;
}
</style>
background-color css
<style>
a { background-color: #124D04; }
a { background-color: rgb(18,77,4); }
div.DivClassName
{
background-color: #124D04;
}
.BgClassName
{
background-color: #124D04;
}
</style>
border-color css
<style>
span { border-color: #124D04; }
span { border-color: rgb(18,77,4); }
td.TdClassName
{
border-color: #124D04;
}
.TagClassName
{
border-color: #124D04;
}
</style>