Shades of Myrtle #114D0F
Tints of Myrtle #114D0F
RGB
CMYK
RGB Variations
Color information
#114D0F (or 0x114D0F) is known color: Myrtle. HEX triplet: 11, 4D and 0F. RGB value is (17,77,15). Sum of RGB (Red+Green+Blue) = 17+77+15=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #114D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D0F is #EEB2F0. Grayscale: #343434. Windows color (decimal): -15643377 or 1002769. OLE color: 1002769.
HSL color Cylindrical-coordinate representation of color #114D0F: hue angle of 118.06º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114D0F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 77 | 15 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.70 |
| HSL | 118.06º | 0.67% | 0.18% | - |
| HSV(B) | 118.06º | 0.81% | 0.3% | - |
| XYZ | 2.97 | 5.46 | 1.35 | - |
| YUV | 51.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 15 | 0.78 | 0 | 0.81 | 0.70 | 118.06 | 0.67 | 0.18 |
| Hex | 11 | 4D | F | 4E | 0 | 51 | 46 | 76 | 43 | 12 |
| Octal | 21 | 115 | 17 | 116 | 0 | 121 | 106 | 166 | 103 | 22 |
| Binary | 10001 | 1001101 | 1111 | 1001110 | 0 | 1010001 | 1000110 | 1110110 | 1000011 | 10010 |
Color Harmonies of #114D0F
Complementary color
Monochromatic Colors of #114D0F
Black with #114D0F
Text Example
Text Example
White with #114D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D0F; }
p { color: rgb(17,77,15); }
H1.HeaderClassName
{
color: #114D0F;
}
.AnyTagClassName
{
color: #114D0F;
}
</style>
background-color css
<style>
a { background-color: #114D0F; }
a { background-color: rgb(17,77,15); }
div.DivClassName
{
background-color: #114D0F;
}
.BgClassName
{
background-color: #114D0F;
}
</style>
border-color css
<style>
span { border-color: #114D0F; }
span { border-color: rgb(17,77,15); }
td.TdClassName
{
border-color: #114D0F;
}
.TagClassName
{
border-color: #114D0F;
}
</style>