Shades of Myrtle #124A13
Tints of Myrtle #124A13
RGB
CMYK
RGB Variations
Color information
#124A13 (or 0x124A13) is known color: Myrtle. HEX triplet: 12, 4A and 13. RGB value is (18,74,19). Sum of RGB (Red+Green+Blue) = 18+74+19=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #124A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A13 is #EDB5EC. Grayscale: #333333. Windows color (decimal): -15578605 or 1264146. OLE color: 1264146.
HSL color Cylindrical-coordinate representation of color #124A13: hue angle of 121.07º 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 #124A13 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 19 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.71 |
| HSL | 121.07º | 0.61% | 0.18% | - |
| HSV(B) | 121.07º | 0.76% | 0.29% | - |
| XYZ | 2.82 | 5.07 | 1.45 | - |
| YUV | 50.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 19 | 0.76 | 0 | 0.74 | 0.71 | 121.07 | 0.61 | 0.18 |
| Hex | 12 | 4A | 13 | 4C | 0 | 4A | 47 | 79 | 3D | 12 |
| Octal | 22 | 112 | 23 | 114 | 0 | 112 | 107 | 171 | 75 | 22 |
| Binary | 10010 | 1001010 | 10011 | 1001100 | 0 | 1001010 | 1000111 | 1111001 | 111101 | 10010 |
Color Harmonies of #124A13
Complementary color
Monochromatic Colors of #124A13
Black with #124A13
Text Example
Text Example
White with #124A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A13; }
p { color: rgb(18,74,19); }
H1.HeaderClassName
{
color: #124A13;
}
.AnyTagClassName
{
color: #124A13;
}
</style>
background-color css
<style>
a { background-color: #124A13; }
a { background-color: rgb(18,74,19); }
div.DivClassName
{
background-color: #124A13;
}
.BgClassName
{
background-color: #124A13;
}
</style>
border-color css
<style>
span { border-color: #124A13; }
span { border-color: rgb(18,74,19); }
td.TdClassName
{
border-color: #124A13;
}
.TagClassName
{
border-color: #124A13;
}
</style>