Shades of Myrtle #114C0D
Tints of Myrtle #114C0D
RGB
CMYK
RGB Variations
Color information
#114C0D (or 0x114C0D) is known color: Myrtle. HEX triplet: 11, 4C and 0D. RGB value is (17,76,13). Sum of RGB (Red+Green+Blue) = 17+76+13=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 76 (30.08% from 255 or 71.70% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 76 - color contains mainly: green. Hex color #114C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C0D is #EEB3F2. Grayscale: #333333. Windows color (decimal): -15643635 or 871441. OLE color: 871441.
HSL color Cylindrical-coordinate representation of color #114C0D: hue angle of 116.19º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114C0D is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 13 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.70 |
| HSL | 116.19º | 0.71% | 0.17% | - |
| HSV(B) | 116.19º | 0.83% | 0.3% | - |
| XYZ | 2.89 | 5.32 | 1.25 | - |
| YUV | 51.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 13 | 0.78 | 0 | 0.83 | 0.70 | 116.19 | 0.71 | 0.17 |
| Hex | 11 | 4C | D | 4E | 0 | 53 | 46 | 74 | 47 | 11 |
| Octal | 21 | 114 | 15 | 116 | 0 | 123 | 106 | 164 | 107 | 21 |
| Binary | 10001 | 1001100 | 1101 | 1001110 | 0 | 1010011 | 1000110 | 1110100 | 1000111 | 10001 |
Color Harmonies of #114C0D
Complementary color
Monochromatic Colors of #114C0D
Black with #114C0D
Text Example
Text Example
White with #114C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C0D; }
p { color: rgb(17,76,13); }
H1.HeaderClassName
{
color: #114C0D;
}
.AnyTagClassName
{
color: #114C0D;
}
</style>
background-color css
<style>
a { background-color: #114C0D; }
a { background-color: rgb(17,76,13); }
div.DivClassName
{
background-color: #114C0D;
}
.BgClassName
{
background-color: #114C0D;
}
</style>
border-color css
<style>
span { border-color: #114C0D; }
span { border-color: rgb(17,76,13); }
td.TdClassName
{
border-color: #114C0D;
}
.TagClassName
{
border-color: #114C0D;
}
</style>