Shades of Myrtle #124112
Tints of Myrtle #124112
RGB
CMYK
RGB Variations
Color information
#124112 (or 0x124112) is known color: Myrtle. HEX triplet: 12, 41 and 12. RGB value is (18,65,18). Sum of RGB (Red+Green+Blue) = 18+65+18=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #124112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124112 is #EDBEED. Grayscale: #2D2D2D. Windows color (decimal): -15580910 or 1196306. OLE color: 1196306.
HSL color Cylindrical-coordinate representation of color #124112: hue angle of 120º degrees, saturation: 0.57, 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 #124112 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 18 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.75 |
| HSL | 120º | 0.57% | 0.16% | - |
| HSV(B) | 120º | 0.72% | 0.25% | - |
| XYZ | 2.25 | 3.95 | 1.22 | - |
| YUV | 45.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 18 | 0.72 | 0 | 0.72 | 0.75 | 120 | 0.57 | 0.16 |
| Hex | 12 | 41 | 12 | 48 | 0 | 48 | 4B | 78 | 39 | 10 |
| Octal | 22 | 101 | 22 | 110 | 0 | 110 | 113 | 170 | 71 | 20 |
| Binary | 10010 | 1000001 | 10010 | 1001000 | 0 | 1001000 | 1001011 | 1111000 | 111001 | 10000 |
Color Harmonies of #124112
Complementary color
Monochromatic Colors of #124112
Black with #124112
Text Example
Text Example
White with #124112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124112; }
p { color: rgb(18,65,18); }
H1.HeaderClassName
{
color: #124112;
}
.AnyTagClassName
{
color: #124112;
}
</style>
background-color css
<style>
a { background-color: #124112; }
a { background-color: rgb(18,65,18); }
div.DivClassName
{
background-color: #124112;
}
.BgClassName
{
background-color: #124112;
}
</style>
border-color css
<style>
span { border-color: #124112; }
span { border-color: rgb(18,65,18); }
td.TdClassName
{
border-color: #124112;
}
.TagClassName
{
border-color: #124112;
}
</style>