Shades of Myrtle #113F0F
Tints of Myrtle #113F0F
RGB
CMYK
RGB Variations
Color information
#113F0F (or 0x113F0F) is known color: Myrtle. HEX triplet: 11, 3F and 0F. RGB value is (17,63,15). Sum of RGB (Red+Green+Blue) = 17+63+15=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #113F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F0F is #EEC0F0. Grayscale: #2B2B2B. Windows color (decimal): -15646961 or 999185. OLE color: 999185.
HSL color Cylindrical-coordinate representation of color #113F0F: hue angle of 117.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113F0F is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 15 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.75 |
| HSL | 117.5º | 0.62% | 0.15% | - |
| HSV(B) | 117.5º | 0.76% | 0.25% | - |
| XYZ | 2.09 | 3.71 | 1.06 | - |
| YUV | 43.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 15 | 0.73 | 0 | 0.76 | 0.75 | 117.5 | 0.62 | 0.15 |
| Hex | 11 | 3F | F | 49 | 0 | 4C | 4B | 76 | 3E | F |
| Octal | 21 | 77 | 17 | 111 | 0 | 114 | 113 | 166 | 76 | 17 |
| Binary | 10001 | 111111 | 1111 | 1001001 | 0 | 1001100 | 1001011 | 1110110 | 111110 | 1111 |
Color Harmonies of #113F0F
Complementary color
Monochromatic Colors of #113F0F
Black with #113F0F
Text Example
Text Example
White with #113F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F0F; }
p { color: rgb(17,63,15); }
H1.HeaderClassName
{
color: #113F0F;
}
.AnyTagClassName
{
color: #113F0F;
}
</style>
background-color css
<style>
a { background-color: #113F0F; }
a { background-color: rgb(17,63,15); }
div.DivClassName
{
background-color: #113F0F;
}
.BgClassName
{
background-color: #113F0F;
}
</style>
border-color css
<style>
span { border-color: #113F0F; }
span { border-color: rgb(17,63,15); }
td.TdClassName
{
border-color: #113F0F;
}
.TagClassName
{
border-color: #113F0F;
}
</style>