Shades of Myrtle #124013
Tints of Myrtle #124013
RGB
CMYK
RGB Variations
Color information
#124013 (or 0x124013) is known color: Myrtle. HEX triplet: 12, 40 and 13. RGB value is (18,64,19). Sum of RGB (Red+Green+Blue) = 18+64+19=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #124013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124013 is #EDBFEC. Grayscale: #2D2D2D. Windows color (decimal): -15581165 or 1261586. OLE color: 1261586.
HSL color Cylindrical-coordinate representation of color #124013: hue angle of 121.3º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124013 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 19 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.75 |
| HSL | 121.3º | 0.56% | 0.16% | - |
| HSV(B) | 121.3º | 0.72% | 0.25% | - |
| XYZ | 2.2 | 3.84 | 1.24 | - |
| YUV | 45.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 19 | 0.72 | 0 | 0.70 | 0.75 | 121.3 | 0.56 | 0.16 |
| Hex | 12 | 40 | 13 | 48 | 0 | 46 | 4B | 79 | 38 | 10 |
| Octal | 22 | 100 | 23 | 110 | 0 | 106 | 113 | 171 | 70 | 20 |
| Binary | 10010 | 1000000 | 10011 | 1001000 | 0 | 1000110 | 1001011 | 1111001 | 111000 | 10000 |
Color Harmonies of #124013
Complementary color
Monochromatic Colors of #124013
Black with #124013
Text Example
Text Example
White with #124013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124013; }
p { color: rgb(18,64,19); }
H1.HeaderClassName
{
color: #124013;
}
.AnyTagClassName
{
color: #124013;
}
</style>
background-color css
<style>
a { background-color: #124013; }
a { background-color: rgb(18,64,19); }
div.DivClassName
{
background-color: #124013;
}
.BgClassName
{
background-color: #124013;
}
</style>
border-color css
<style>
span { border-color: #124013; }
span { border-color: rgb(18,64,19); }
td.TdClassName
{
border-color: #124013;
}
.TagClassName
{
border-color: #124013;
}
</style>