Shades of Myrtle #113F10
Tints of Myrtle #113F10
RGB
CMYK
RGB Variations
Color information
#113F10 (or 0x113F10) is known color: Myrtle. HEX triplet: 11, 3F and 10. RGB value is (17,63,16). Sum of RGB (Red+Green+Blue) = 17+63+16=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #113F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F10 is #EEC0EF. Grayscale: #2C2C2C. Windows color (decimal): -15646960 or 1064721. OLE color: 1064721.
HSL color Cylindrical-coordinate representation of color #113F10: hue angle of 118.72º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113F10 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 16 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.75 |
| HSL | 118.72º | 0.59% | 0.15% | - |
| HSV(B) | 118.72º | 0.75% | 0.25% | - |
| XYZ | 2.1 | 3.71 | 1.1 | - |
| YUV | 43.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 16 | 0.73 | 0 | 0.75 | 0.75 | 118.72 | 0.59 | 0.15 |
| Hex | 11 | 3F | 10 | 49 | 0 | 4B | 4B | 77 | 3B | F |
| Octal | 21 | 77 | 20 | 111 | 0 | 113 | 113 | 167 | 73 | 17 |
| Binary | 10001 | 111111 | 10000 | 1001001 | 0 | 1001011 | 1001011 | 1110111 | 111011 | 1111 |
Color Harmonies of #113F10
Complementary color
Monochromatic Colors of #113F10
Black with #113F10
Text Example
Text Example
White with #113F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F10; }
p { color: rgb(17,63,16); }
H1.HeaderClassName
{
color: #113F10;
}
.AnyTagClassName
{
color: #113F10;
}
</style>
background-color css
<style>
a { background-color: #113F10; }
a { background-color: rgb(17,63,16); }
div.DivClassName
{
background-color: #113F10;
}
.BgClassName
{
background-color: #113F10;
}
</style>
border-color css
<style>
span { border-color: #113F10; }
span { border-color: rgb(17,63,16); }
td.TdClassName
{
border-color: #113F10;
}
.TagClassName
{
border-color: #113F10;
}
</style>