Shades of Myrtle #114511
Tints of Myrtle #114511
RGB
CMYK
RGB Variations
Color information
#114511 (or 0x114511) is known color: Myrtle. HEX triplet: 11, 45 and 11. RGB value is (17,69,17). Sum of RGB (Red+Green+Blue) = 17+69+17=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #114511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114511 is #EEBAEE. Grayscale: #2F2F2F. Windows color (decimal): -15645423 or 1131793. OLE color: 1131793.
HSL color Cylindrical-coordinate representation of color #114511: hue angle of 120º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114511 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 17 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.73 |
| HSL | 120º | 0.6% | 0.17% | - |
| HSV(B) | 120º | 0.75% | 0.27% | - |
| XYZ | 2.46 | 4.42 | 1.25 | - |
| YUV | 47.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 17 | 0.75 | 0 | 0.75 | 0.73 | 120 | 0.6 | 0.17 |
| Hex | 11 | 45 | 11 | 4B | 0 | 4B | 49 | 78 | 3C | 11 |
| Octal | 21 | 105 | 21 | 113 | 0 | 113 | 111 | 170 | 74 | 21 |
| Binary | 10001 | 1000101 | 10001 | 1001011 | 0 | 1001011 | 1001001 | 1111000 | 111100 | 10001 |
Color Harmonies of #114511
Complementary color
Monochromatic Colors of #114511
Black with #114511
Text Example
Text Example
White with #114511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114511; }
p { color: rgb(17,69,17); }
H1.HeaderClassName
{
color: #114511;
}
.AnyTagClassName
{
color: #114511;
}
</style>
background-color css
<style>
a { background-color: #114511; }
a { background-color: rgb(17,69,17); }
div.DivClassName
{
background-color: #114511;
}
.BgClassName
{
background-color: #114511;
}
</style>
border-color css
<style>
span { border-color: #114511; }
span { border-color: rgb(17,69,17); }
td.TdClassName
{
border-color: #114511;
}
.TagClassName
{
border-color: #114511;
}
</style>