Shades of Myrtle #115313
Tints of Myrtle #115313
RGB
CMYK
RGB Variations
Color information
#115313 (or 0x115313) is known color: Myrtle. HEX triplet: 11, 53 and 13. RGB value is (17,83,19). Sum of RGB (Red+Green+Blue) = 17+83+19=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #115313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115313 is #EEACEC. Grayscale: #383838. Windows color (decimal): -15641837 or 1266449. OLE color: 1266449.
HSL color Cylindrical-coordinate representation of color #115313: hue angle of 121.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115313 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 19 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.67 |
| HSL | 121.82º | 0.66% | 0.2% | - |
| HSV(B) | 121.82º | 0.8% | 0.33% | - |
| XYZ | 3.44 | 6.35 | 1.66 | - |
| YUV | 55.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 19 | 0.80 | 0 | 0.77 | 0.67 | 121.82 | 0.66 | 0.2 |
| Hex | 11 | 53 | 13 | 50 | 0 | 4D | 43 | 7A | 42 | 14 |
| Octal | 21 | 123 | 23 | 120 | 0 | 115 | 103 | 172 | 102 | 24 |
| Binary | 10001 | 1010011 | 10011 | 1010000 | 0 | 1001101 | 1000011 | 1111010 | 1000010 | 10100 |
Color Harmonies of #115313
Complementary color
Monochromatic Colors of #115313
Black with #115313
Text Example
Text Example
White with #115313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115313; }
p { color: rgb(17,83,19); }
H1.HeaderClassName
{
color: #115313;
}
.AnyTagClassName
{
color: #115313;
}
</style>
background-color css
<style>
a { background-color: #115313; }
a { background-color: rgb(17,83,19); }
div.DivClassName
{
background-color: #115313;
}
.BgClassName
{
background-color: #115313;
}
</style>
border-color css
<style>
span { border-color: #115313; }
span { border-color: rgb(17,83,19); }
td.TdClassName
{
border-color: #115313;
}
.TagClassName
{
border-color: #115313;
}
</style>