Shades of Myrtle #113013
Tints of Myrtle #113013
RGB
CMYK
RGB Variations
Color information
#113013 (or 0x113013) is known color: Myrtle. HEX triplet: 11, 30 and 13. RGB value is (17,48,19). Sum of RGB (Red+Green+Blue) = 17+48+19=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #113013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113013 is #EECFEC. Grayscale: #232323. Windows color (decimal): -15650797 or 1257489. OLE color: 1257489.
HSL color Cylindrical-coordinate representation of color #113013: hue angle of 123.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113013 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 19 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.81 |
| HSL | 123.87º | 0.48% | 0.13% | - |
| HSV(B) | 123.87º | 0.65% | 0.19% | - |
| XYZ | 1.41 | 2.28 | 0.98 | - |
| YUV | 35.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 19 | 0.65 | 0 | 0.60 | 0.81 | 123.87 | 0.48 | 0.13 |
| Hex | 11 | 30 | 13 | 41 | 0 | 3C | 51 | 7C | 30 | D |
| Octal | 21 | 60 | 23 | 101 | 0 | 74 | 121 | 174 | 60 | 15 |
| Binary | 10001 | 110000 | 10011 | 1000001 | 0 | 111100 | 1010001 | 1111100 | 110000 | 1101 |
Color Harmonies of #113013
Complementary color
Monochromatic Colors of #113013
Black with #113013
Text Example
Text Example
White with #113013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113013; }
p { color: rgb(17,48,19); }
H1.HeaderClassName
{
color: #113013;
}
.AnyTagClassName
{
color: #113013;
}
</style>
background-color css
<style>
a { background-color: #113013; }
a { background-color: rgb(17,48,19); }
div.DivClassName
{
background-color: #113013;
}
.BgClassName
{
background-color: #113013;
}
</style>
border-color css
<style>
span { border-color: #113013; }
span { border-color: rgb(17,48,19); }
td.TdClassName
{
border-color: #113013;
}
.TagClassName
{
border-color: #113013;
}
</style>