Shades of Myrtle #113D13
Tints of Myrtle #113D13
RGB
CMYK
RGB Variations
Color information
#113D13 (or 0x113D13) is known color: Myrtle. HEX triplet: 11, 3D and 13. RGB value is (17,61,19). Sum of RGB (Red+Green+Blue) = 17+61+19=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #113D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D13 is #EEC2EC. Grayscale: #2B2B2B. Windows color (decimal): -15647469 or 1260817. OLE color: 1260817.
HSL color Cylindrical-coordinate representation of color #113D13: hue angle of 122.73º 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 #113D13 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 19 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.76 |
| HSL | 122.73º | 0.56% | 0.15% | - |
| HSV(B) | 122.73º | 0.72% | 0.24% | - |
| XYZ | 2.02 | 3.5 | 1.19 | - |
| YUV | 43.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 19 | 0.72 | 0 | 0.69 | 0.76 | 122.73 | 0.56 | 0.15 |
| Hex | 11 | 3D | 13 | 48 | 0 | 45 | 4C | 7B | 38 | F |
| Octal | 21 | 75 | 23 | 110 | 0 | 105 | 114 | 173 | 70 | 17 |
| Binary | 10001 | 111101 | 10011 | 1001000 | 0 | 1000101 | 1001100 | 1111011 | 111000 | 1111 |
Color Harmonies of #113D13
Complementary color
Monochromatic Colors of #113D13
Black with #113D13
Text Example
Text Example
White with #113D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D13; }
p { color: rgb(17,61,19); }
H1.HeaderClassName
{
color: #113D13;
}
.AnyTagClassName
{
color: #113D13;
}
</style>
background-color css
<style>
a { background-color: #113D13; }
a { background-color: rgb(17,61,19); }
div.DivClassName
{
background-color: #113D13;
}
.BgClassName
{
background-color: #113D13;
}
</style>
border-color css
<style>
span { border-color: #113D13; }
span { border-color: rgb(17,61,19); }
td.TdClassName
{
border-color: #113D13;
}
.TagClassName
{
border-color: #113D13;
}
</style>