Shades of Myrtle #114B0D
Tints of Myrtle #114B0D
RGB
CMYK
RGB Variations
Color information
#114B0D (or 0x114B0D) is known color: Myrtle. HEX triplet: 11, 4B and 0D. RGB value is (17,75,13). Sum of RGB (Red+Green+Blue) = 17+75+13=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #114B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114B0D is #EEB4F2. Grayscale: #323232. Windows color (decimal): -15643891 or 871185. OLE color: 871185.
HSL color Cylindrical-coordinate representation of color #114B0D: hue angle of 116.13º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114B0D is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 13 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.71 |
| HSL | 116.13º | 0.7% | 0.17% | - |
| HSV(B) | 116.13º | 0.83% | 0.29% | - |
| XYZ | 2.82 | 5.18 | 1.23 | - |
| YUV | 50.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 13 | 0.77 | 0 | 0.83 | 0.71 | 116.13 | 0.7 | 0.17 |
| Hex | 11 | 4B | D | 4D | 0 | 53 | 47 | 74 | 46 | 11 |
| Octal | 21 | 113 | 15 | 115 | 0 | 123 | 107 | 164 | 106 | 21 |
| Binary | 10001 | 1001011 | 1101 | 1001101 | 0 | 1010011 | 1000111 | 1110100 | 1000110 | 10001 |
Color Harmonies of #114B0D
Complementary color
Monochromatic Colors of #114B0D
Black with #114B0D
Text Example
Text Example
White with #114B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B0D; }
p { color: rgb(17,75,13); }
H1.HeaderClassName
{
color: #114B0D;
}
.AnyTagClassName
{
color: #114B0D;
}
</style>
background-color css
<style>
a { background-color: #114B0D; }
a { background-color: rgb(17,75,13); }
div.DivClassName
{
background-color: #114B0D;
}
.BgClassName
{
background-color: #114B0D;
}
</style>
border-color css
<style>
span { border-color: #114B0D; }
span { border-color: rgb(17,75,13); }
td.TdClassName
{
border-color: #114B0D;
}
.TagClassName
{
border-color: #114B0D;
}
</style>