Shades of Myrtle #114015
Tints of Myrtle #114015
RGB
CMYK
RGB Variations
Color information
#114015 (or 0x114015) is known color: Myrtle. HEX triplet: 11, 40 and 15. RGB value is (17,64,21). Sum of RGB (Red+Green+Blue) = 17+64+21=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #114015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114015 is #EEBFEA. Grayscale: #2D2D2D. Windows color (decimal): -15646699 or 1392657. OLE color: 1392657.
HSL color Cylindrical-coordinate representation of color #114015: hue angle of 125.11º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114015 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 21 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.75 |
| HSL | 125.11º | 0.58% | 0.16% | - |
| HSV(B) | 125.11º | 0.73% | 0.25% | - |
| XYZ | 2.2 | 3.84 | 1.33 | - |
| YUV | 45.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 21 | 0.73 | 0 | 0.67 | 0.75 | 125.11 | 0.58 | 0.16 |
| Hex | 11 | 40 | 15 | 49 | 0 | 43 | 4B | 7D | 3A | 10 |
| Octal | 21 | 100 | 25 | 111 | 0 | 103 | 113 | 175 | 72 | 20 |
| Binary | 10001 | 1000000 | 10101 | 1001001 | 0 | 1000011 | 1001011 | 1111101 | 111010 | 10000 |
Color Harmonies of #114015
Complementary color
Monochromatic Colors of #114015
Black with #114015
Text Example
Text Example
White with #114015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114015; }
p { color: rgb(17,64,21); }
H1.HeaderClassName
{
color: #114015;
}
.AnyTagClassName
{
color: #114015;
}
</style>
background-color css
<style>
a { background-color: #114015; }
a { background-color: rgb(17,64,21); }
div.DivClassName
{
background-color: #114015;
}
.BgClassName
{
background-color: #114015;
}
</style>
border-color css
<style>
span { border-color: #114015; }
span { border-color: rgb(17,64,21); }
td.TdClassName
{
border-color: #114015;
}
.TagClassName
{
border-color: #114015;
}
</style>