Shades of Myrtle #113C16
Tints of Myrtle #113C16
RGB
CMYK
RGB Variations
Color information
#113C16 (or 0x113C16) is known color: Myrtle. HEX triplet: 11, 3C and 16. RGB value is (17,60,22). Sum of RGB (Red+Green+Blue) = 17+60+22=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 60 (23.83% from 255 or 60.61% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 60 - color contains mainly: green. Hex color #113C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C16 is #EEC3E9. Grayscale: #2A2A2A. Windows color (decimal): -15647722 or 1457169. OLE color: 1457169.
HSL color Cylindrical-coordinate representation of color #113C16: hue angle of 126.98º 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 #113C16 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 22 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.76 |
| HSL | 126.98º | 0.56% | 0.15% | - |
| HSV(B) | 126.98º | 0.72% | 0.24% | - |
| XYZ | 1.99 | 3.41 | 1.31 | - |
| YUV | 42.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 22 | 0.72 | 0 | 0.63 | 0.76 | 126.98 | 0.56 | 0.15 |
| Hex | 11 | 3C | 16 | 48 | 0 | 3F | 4C | 7F | 38 | F |
| Octal | 21 | 74 | 26 | 110 | 0 | 77 | 114 | 177 | 70 | 17 |
| Binary | 10001 | 111100 | 10110 | 1001000 | 0 | 111111 | 1001100 | 1111111 | 111000 | 1111 |
Color Harmonies of #113C16
Complementary color
Monochromatic Colors of #113C16
Black with #113C16
Text Example
Text Example
White with #113C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C16; }
p { color: rgb(17,60,22); }
H1.HeaderClassName
{
color: #113C16;
}
.AnyTagClassName
{
color: #113C16;
}
</style>
background-color css
<style>
a { background-color: #113C16; }
a { background-color: rgb(17,60,22); }
div.DivClassName
{
background-color: #113C16;
}
.BgClassName
{
background-color: #113C16;
}
</style>
border-color css
<style>
span { border-color: #113C16; }
span { border-color: rgb(17,60,22); }
td.TdClassName
{
border-color: #113C16;
}
.TagClassName
{
border-color: #113C16;
}
</style>