Shades of Myrtle #113F0D
Tints of Myrtle #113F0D
RGB
CMYK
RGB Variations
Color information
#113F0D (or 0x113F0D) is known color: Myrtle. HEX triplet: 11, 3F and 0D. RGB value is (17,63,13). Sum of RGB (Red+Green+Blue) = 17+63+13=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #113F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F0D is #EEC0F2. Grayscale: #2B2B2B. Windows color (decimal): -15646963 or 868113. OLE color: 868113.
HSL color Cylindrical-coordinate representation of color #113F0D: hue angle of 115.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113F0D is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 13 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.75 |
| HSL | 115.2º | 0.66% | 0.15% | - |
| HSV(B) | 115.2º | 0.79% | 0.25% | - |
| XYZ | 2.08 | 3.7 | 0.99 | - |
| YUV | 43.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 13 | 0.73 | 0 | 0.79 | 0.75 | 115.2 | 0.66 | 0.15 |
| Hex | 11 | 3F | D | 49 | 0 | 4F | 4B | 73 | 42 | F |
| Octal | 21 | 77 | 15 | 111 | 0 | 117 | 113 | 163 | 102 | 17 |
| Binary | 10001 | 111111 | 1101 | 1001001 | 0 | 1001111 | 1001011 | 1110011 | 1000010 | 1111 |
Color Harmonies of #113F0D
Complementary color
Monochromatic Colors of #113F0D
Black with #113F0D
Text Example
Text Example
White with #113F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F0D; }
p { color: rgb(17,63,13); }
H1.HeaderClassName
{
color: #113F0D;
}
.AnyTagClassName
{
color: #113F0D;
}
</style>
background-color css
<style>
a { background-color: #113F0D; }
a { background-color: rgb(17,63,13); }
div.DivClassName
{
background-color: #113F0D;
}
.BgClassName
{
background-color: #113F0D;
}
</style>
border-color css
<style>
span { border-color: #113F0D; }
span { border-color: rgb(17,63,13); }
td.TdClassName
{
border-color: #113F0D;
}
.TagClassName
{
border-color: #113F0D;
}
</style>