Shades of Myrtle #124115
Tints of Myrtle #124115
RGB
CMYK
RGB Variations
Color information
#124115 (or 0x124115) is known color: Myrtle. HEX triplet: 12, 41 and 15. RGB value is (18,65,21). Sum of RGB (Red+Green+Blue) = 18+65+21=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #124115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124115 is #EDBEEA. Grayscale: #2E2E2E. Windows color (decimal): -15580907 or 1392914. OLE color: 1392914.
HSL color Cylindrical-coordinate representation of color #124115: hue angle of 123.83º 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 #124115 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 21 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.75 |
| HSL | 123.83º | 0.57% | 0.16% | - |
| HSV(B) | 123.83º | 0.72% | 0.25% | - |
| XYZ | 2.28 | 3.96 | 1.35 | - |
| YUV | 45.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 21 | 0.72 | 0 | 0.68 | 0.75 | 123.83 | 0.57 | 0.16 |
| Hex | 12 | 41 | 15 | 48 | 0 | 44 | 4B | 7C | 39 | 10 |
| Octal | 22 | 101 | 25 | 110 | 0 | 104 | 113 | 174 | 71 | 20 |
| Binary | 10010 | 1000001 | 10101 | 1001000 | 0 | 1000100 | 1001011 | 1111100 | 111001 | 10000 |
Color Harmonies of #124115
Complementary color
Monochromatic Colors of #124115
Black with #124115
Text Example
Text Example
White with #124115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124115; }
p { color: rgb(18,65,21); }
H1.HeaderClassName
{
color: #124115;
}
.AnyTagClassName
{
color: #124115;
}
</style>
background-color css
<style>
a { background-color: #124115; }
a { background-color: rgb(18,65,21); }
div.DivClassName
{
background-color: #124115;
}
.BgClassName
{
background-color: #124115;
}
</style>
border-color css
<style>
span { border-color: #124115; }
span { border-color: rgb(18,65,21); }
td.TdClassName
{
border-color: #124115;
}
.TagClassName
{
border-color: #124115;
}
</style>