Shades of Myrtle #115408
Tints of Myrtle #115408
RGB
CMYK
RGB Variations
Color information
#115408 (or 0x115408) is known color: Myrtle. HEX triplet: 11, 54 and 08. RGB value is (17,84,8). Sum of RGB (Red+Green+Blue) = 17+84+8=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #115408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115408 is #EEABF7. Grayscale: #373737. Windows color (decimal): -15641592 or 545809. OLE color: 545809.
HSL color Cylindrical-coordinate representation of color #115408: hue angle of 112.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115408 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 8 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.67 |
| HSL | 112.89º | 0.83% | 0.18% | - |
| HSV(B) | 112.89º | 0.9% | 0.33% | - |
| XYZ | 3.45 | 6.48 | 1.3 | - |
| YUV | 55.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 8 | 0.80 | 0 | 0.90 | 0.67 | 112.89 | 0.83 | 0.18 |
| Hex | 11 | 54 | 8 | 50 | 0 | 5A | 43 | 71 | 53 | 12 |
| Octal | 21 | 124 | 10 | 120 | 0 | 132 | 103 | 161 | 123 | 22 |
| Binary | 10001 | 1010100 | 1000 | 1010000 | 0 | 1011010 | 1000011 | 1110001 | 1010011 | 10010 |
Color Harmonies of #115408
Complementary color
Monochromatic Colors of #115408
Black with #115408
Text Example
Text Example
White with #115408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115408; }
p { color: rgb(17,84,8); }
H1.HeaderClassName
{
color: #115408;
}
.AnyTagClassName
{
color: #115408;
}
</style>
background-color css
<style>
a { background-color: #115408; }
a { background-color: rgb(17,84,8); }
div.DivClassName
{
background-color: #115408;
}
.BgClassName
{
background-color: #115408;
}
</style>
border-color css
<style>
span { border-color: #115408; }
span { border-color: rgb(17,84,8); }
td.TdClassName
{
border-color: #115408;
}
.TagClassName
{
border-color: #115408;
}
</style>