Shades of Myrtle #114509
Tints of Myrtle #114509
RGB
CMYK
RGB Variations
Color information
#114509 (or 0x114509) is known color: Myrtle. HEX triplet: 11, 45 and 09. RGB value is (17,69,9). Sum of RGB (Red+Green+Blue) = 17+69+9=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #114509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114509 is #EEBAF6. Grayscale: #2E2E2E. Windows color (decimal): -15645431 or 607505. OLE color: 607505.
HSL color Cylindrical-coordinate representation of color #114509: hue angle of 112º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114509 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 9 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.73 |
| HSL | 112º | 0.77% | 0.15% | - |
| HSV(B) | 112º | 0.87% | 0.27% | - |
| XYZ | 2.41 | 4.4 | 0.98 | - |
| YUV | 46.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 9 | 0.75 | 0 | 0.87 | 0.73 | 112 | 0.77 | 0.15 |
| Hex | 11 | 45 | 9 | 4B | 0 | 57 | 49 | 70 | 4D | F |
| Octal | 21 | 105 | 11 | 113 | 0 | 127 | 111 | 160 | 115 | 17 |
| Binary | 10001 | 1000101 | 1001 | 1001011 | 0 | 1010111 | 1001001 | 1110000 | 1001101 | 1111 |
Color Harmonies of #114509
Complementary color
Monochromatic Colors of #114509
Black with #114509
Text Example
Text Example
White with #114509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114509; }
p { color: rgb(17,69,9); }
H1.HeaderClassName
{
color: #114509;
}
.AnyTagClassName
{
color: #114509;
}
</style>
background-color css
<style>
a { background-color: #114509; }
a { background-color: rgb(17,69,9); }
div.DivClassName
{
background-color: #114509;
}
.BgClassName
{
background-color: #114509;
}
</style>
border-color css
<style>
span { border-color: #114509; }
span { border-color: rgb(17,69,9); }
td.TdClassName
{
border-color: #114509;
}
.TagClassName
{
border-color: #114509;
}
</style>