Shades of Myrtle #113D16
Tints of Myrtle #113D16
RGB
CMYK
RGB Variations
Color information
#113D16 (or 0x113D16) is known color: Myrtle. HEX triplet: 11, 3D and 16. RGB value is (17,61,22). Sum of RGB (Red+Green+Blue) = 17+61+22=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 61 (24.22% from 255 or 61% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 61 - color contains mainly: green. Hex color #113D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D16 is #EEC2E9. Grayscale: #2B2B2B. Windows color (decimal): -15647466 or 1457425. OLE color: 1457425.
HSL color Cylindrical-coordinate representation of color #113D16: hue angle of 126.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D16 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 22 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.76 |
| HSL | 126.82º | 0.56% | 0.15% | - |
| HSV(B) | 126.82º | 0.72% | 0.24% | - |
| XYZ | 2.04 | 3.51 | 1.33 | - |
| YUV | 43.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 22 | 0.72 | 0 | 0.64 | 0.76 | 126.82 | 0.56 | 0.15 |
| Hex | 11 | 3D | 16 | 48 | 0 | 40 | 4C | 7F | 38 | F |
| Octal | 21 | 75 | 26 | 110 | 0 | 100 | 114 | 177 | 70 | 17 |
| Binary | 10001 | 111101 | 10110 | 1001000 | 0 | 1000000 | 1001100 | 1111111 | 111000 | 1111 |
Color Harmonies of #113D16
Complementary color
Monochromatic Colors of #113D16
Black with #113D16
Text Example
Text Example
White with #113D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D16; }
p { color: rgb(17,61,22); }
H1.HeaderClassName
{
color: #113D16;
}
.AnyTagClassName
{
color: #113D16;
}
</style>
background-color css
<style>
a { background-color: #113D16; }
a { background-color: rgb(17,61,22); }
div.DivClassName
{
background-color: #113D16;
}
.BgClassName
{
background-color: #113D16;
}
</style>
border-color css
<style>
span { border-color: #113D16; }
span { border-color: rgb(17,61,22); }
td.TdClassName
{
border-color: #113D16;
}
.TagClassName
{
border-color: #113D16;
}
</style>