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