Shades of Myrtle #113C13
Tints of Myrtle #113C13
RGB
CMYK
RGB Variations
Color information
#113C13 (or 0x113C13) is known color: Myrtle. HEX triplet: 11, 3C and 13. RGB value is (17,60,19). Sum of RGB (Red+Green+Blue) = 17+60+19=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #113C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113C13 is #EEC3EC. Grayscale: #2A2A2A. Windows color (decimal): -15647725 or 1260561. OLE color: 1260561.
HSL color Cylindrical-coordinate representation of color #113C13: hue angle of 122.79º 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 #113C13 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 19 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.76 |
| HSL | 122.79º | 0.56% | 0.15% | - |
| HSV(B) | 122.79º | 0.72% | 0.24% | - |
| XYZ | 1.96 | 3.4 | 1.17 | - |
| YUV | 42.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 19 | 0.72 | 0 | 0.68 | 0.76 | 122.79 | 0.56 | 0.15 |
| Hex | 11 | 3C | 13 | 48 | 0 | 44 | 4C | 7B | 38 | F |
| Octal | 21 | 74 | 23 | 110 | 0 | 104 | 114 | 173 | 70 | 17 |
| Binary | 10001 | 111100 | 10011 | 1001000 | 0 | 1000100 | 1001100 | 1111011 | 111000 | 1111 |
Color Harmonies of #113C13
Complementary color
Monochromatic Colors of #113C13
Black with #113C13
Text Example
Text Example
White with #113C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C13; }
p { color: rgb(17,60,19); }
H1.HeaderClassName
{
color: #113C13;
}
.AnyTagClassName
{
color: #113C13;
}
</style>
background-color css
<style>
a { background-color: #113C13; }
a { background-color: rgb(17,60,19); }
div.DivClassName
{
background-color: #113C13;
}
.BgClassName
{
background-color: #113C13;
}
</style>
border-color css
<style>
span { border-color: #113C13; }
span { border-color: rgb(17,60,19); }
td.TdClassName
{
border-color: #113C13;
}
.TagClassName
{
border-color: #113C13;
}
</style>