Shades of Myrtle #115416
Tints of Myrtle #115416
RGB
CMYK
RGB Variations
Color information
#115416 (or 0x115416) is known color: Myrtle. HEX triplet: 11, 54 and 16. RGB value is (17,84,22). Sum of RGB (Red+Green+Blue) = 17+84+22=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #115416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115416 is #EEABE9. Grayscale: #393939. Windows color (decimal): -15641578 or 1463313. OLE color: 1463313.
HSL color Cylindrical-coordinate representation of color #115416: hue angle of 124.48º 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 #115416 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 22 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.67 |
| HSL | 124.48º | 0.66% | 0.2% | - |
| HSV(B) | 124.48º | 0.8% | 0.33% | - |
| XYZ | 3.55 | 6.52 | 1.83 | - |
| YUV | 56.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 22 | 0.80 | 0 | 0.74 | 0.67 | 124.48 | 0.66 | 0.2 |
| Hex | 11 | 54 | 16 | 50 | 0 | 4A | 43 | 7C | 42 | 14 |
| Octal | 21 | 124 | 26 | 120 | 0 | 112 | 103 | 174 | 102 | 24 |
| Binary | 10001 | 1010100 | 10110 | 1010000 | 0 | 1001010 | 1000011 | 1111100 | 1000010 | 10100 |
Color Harmonies of #115416
Complementary color
Monochromatic Colors of #115416
Black with #115416
Text Example
Text Example
White with #115416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115416; }
p { color: rgb(17,84,22); }
H1.HeaderClassName
{
color: #115416;
}
.AnyTagClassName
{
color: #115416;
}
</style>
background-color css
<style>
a { background-color: #115416; }
a { background-color: rgb(17,84,22); }
div.DivClassName
{
background-color: #115416;
}
.BgClassName
{
background-color: #115416;
}
</style>
border-color css
<style>
span { border-color: #115416; }
span { border-color: rgb(17,84,22); }
td.TdClassName
{
border-color: #115416;
}
.TagClassName
{
border-color: #115416;
}
</style>