Shades of Myrtle #124816
Tints of Myrtle #124816
RGB
CMYK
RGB Variations
Color information
#124816 (or 0x124816) is known color: Myrtle. HEX triplet: 12, 48 and 16. RGB value is (18,72,22). Sum of RGB (Red+Green+Blue) = 18+72+22=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #124816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124816 is #EDB7E9. Grayscale: #323232. Windows color (decimal): -15579114 or 1460242. OLE color: 1460242.
HSL color Cylindrical-coordinate representation of color #124816: hue angle of 124.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124816 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 22 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.72 |
| HSL | 124.44º | 0.6% | 0.18% | - |
| HSV(B) | 124.44º | 0.75% | 0.28% | - |
| XYZ | 2.71 | 4.82 | 1.55 | - |
| YUV | 50.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 22 | 0.75 | 0 | 0.69 | 0.72 | 124.44 | 0.6 | 0.18 |
| Hex | 12 | 48 | 16 | 4B | 0 | 45 | 48 | 7C | 3C | 12 |
| Octal | 22 | 110 | 26 | 113 | 0 | 105 | 110 | 174 | 74 | 22 |
| Binary | 10010 | 1001000 | 10110 | 1001011 | 0 | 1000101 | 1001000 | 1111100 | 111100 | 10010 |
Color Harmonies of #124816
Complementary color
Monochromatic Colors of #124816
Black with #124816
Text Example
Text Example
White with #124816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124816; }
p { color: rgb(18,72,22); }
H1.HeaderClassName
{
color: #124816;
}
.AnyTagClassName
{
color: #124816;
}
</style>
background-color css
<style>
a { background-color: #124816; }
a { background-color: rgb(18,72,22); }
div.DivClassName
{
background-color: #124816;
}
.BgClassName
{
background-color: #124816;
}
</style>
border-color css
<style>
span { border-color: #124816; }
span { border-color: rgb(18,72,22); }
td.TdClassName
{
border-color: #124816;
}
.TagClassName
{
border-color: #124816;
}
</style>