Shades of Myrtle #113F14
Tints of Myrtle #113F14
RGB
CMYK
RGB Variations
Color information
#113F14 (or 0x113F14) is known color: Myrtle. HEX triplet: 11, 3F and 14. RGB value is (17,63,20). Sum of RGB (Red+Green+Blue) = 17+63+20=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #113F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F14 is #EEC0EB. Grayscale: #2C2C2C. Windows color (decimal): -15646956 or 1326865. OLE color: 1326865.
HSL color Cylindrical-coordinate representation of color #113F14: hue angle of 123.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F14 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 20 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.75 |
| HSL | 123.91º | 0.58% | 0.16% | - |
| HSV(B) | 123.91º | 0.73% | 0.25% | - |
| XYZ | 2.13 | 3.72 | 1.27 | - |
| YUV | 44.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 20 | 0.73 | 0 | 0.68 | 0.75 | 123.91 | 0.58 | 0.16 |
| Hex | 11 | 3F | 14 | 49 | 0 | 44 | 4B | 7C | 3A | 10 |
| Octal | 21 | 77 | 24 | 111 | 0 | 104 | 113 | 174 | 72 | 20 |
| Binary | 10001 | 111111 | 10100 | 1001001 | 0 | 1000100 | 1001011 | 1111100 | 111010 | 10000 |
Color Harmonies of #113F14
Complementary color
Monochromatic Colors of #113F14
Black with #113F14
Text Example
Text Example
White with #113F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F14; }
p { color: rgb(17,63,20); }
H1.HeaderClassName
{
color: #113F14;
}
.AnyTagClassName
{
color: #113F14;
}
</style>
background-color css
<style>
a { background-color: #113F14; }
a { background-color: rgb(17,63,20); }
div.DivClassName
{
background-color: #113F14;
}
.BgClassName
{
background-color: #113F14;
}
</style>
border-color css
<style>
span { border-color: #113F14; }
span { border-color: rgb(17,63,20); }
td.TdClassName
{
border-color: #113F14;
}
.TagClassName
{
border-color: #113F14;
}
</style>