Shades of Myrtle #124016
Tints of Myrtle #124016
RGB
CMYK
RGB Variations
Color information
#124016 (or 0x124016) is known color: Myrtle. HEX triplet: 12, 40 and 16. RGB value is (18,64,22). Sum of RGB (Red+Green+Blue) = 18+64+22=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #124016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124016 is #EDBFE9. Grayscale: #2D2D2D. Windows color (decimal): -15581162 or 1458194. OLE color: 1458194.
HSL color Cylindrical-coordinate representation of color #124016: hue angle of 125.22º 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 #124016 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 22 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.75 |
| HSL | 125.22º | 0.56% | 0.16% | - |
| HSV(B) | 125.22º | 0.72% | 0.25% | - |
| XYZ | 2.23 | 3.85 | 1.39 | - |
| YUV | 45.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 22 | 0.72 | 0 | 0.66 | 0.75 | 125.22 | 0.56 | 0.16 |
| Hex | 12 | 40 | 16 | 48 | 0 | 42 | 4B | 7D | 38 | 10 |
| Octal | 22 | 100 | 26 | 110 | 0 | 102 | 113 | 175 | 70 | 20 |
| Binary | 10010 | 1000000 | 10110 | 1001000 | 0 | 1000010 | 1001011 | 1111101 | 111000 | 10000 |
Color Harmonies of #124016
Complementary color
Monochromatic Colors of #124016
Black with #124016
Text Example
Text Example
White with #124016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124016; }
p { color: rgb(18,64,22); }
H1.HeaderClassName
{
color: #124016;
}
.AnyTagClassName
{
color: #124016;
}
</style>
background-color css
<style>
a { background-color: #124016; }
a { background-color: rgb(18,64,22); }
div.DivClassName
{
background-color: #124016;
}
.BgClassName
{
background-color: #124016;
}
</style>
border-color css
<style>
span { border-color: #124016; }
span { border-color: rgb(18,64,22); }
td.TdClassName
{
border-color: #124016;
}
.TagClassName
{
border-color: #124016;
}
</style>