Shades of Myrtle #114719
Tints of Myrtle #114719
RGB
CMYK
RGB Variations
Color information
#114719 (or 0x114719) is known color: Myrtle. HEX triplet: 11, 47 and 19. RGB value is (17,71,25). Sum of RGB (Red+Green+Blue) = 17+71+25=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #114719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114719 is #EEB8E6. Grayscale: #313131. Windows color (decimal): -15644903 or 1656593. OLE color: 1656593.
HSL color Cylindrical-coordinate representation of color #114719: hue angle of 128.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114719 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 25 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.72 |
| HSL | 128.89º | 0.61% | 0.17% | - |
| HSV(B) | 128.89º | 0.76% | 0.28% | - |
| XYZ | 2.66 | 4.7 | 1.69 | - |
| YUV | 49.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 25 | 0.76 | 0 | 0.65 | 0.72 | 128.89 | 0.61 | 0.17 |
| Hex | 11 | 47 | 19 | 4C | 0 | 41 | 48 | 81 | 3D | 11 |
| Octal | 21 | 107 | 31 | 114 | 0 | 101 | 110 | 201 | 75 | 21 |
| Binary | 10001 | 1000111 | 11001 | 1001100 | 0 | 1000001 | 1001000 | 10000001 | 111101 | 10001 |
Color Harmonies of #114719
Complementary color
Monochromatic Colors of #114719
Black with #114719
Text Example
Text Example
White with #114719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114719; }
p { color: rgb(17,71,25); }
H1.HeaderClassName
{
color: #114719;
}
.AnyTagClassName
{
color: #114719;
}
</style>
background-color css
<style>
a { background-color: #114719; }
a { background-color: rgb(17,71,25); }
div.DivClassName
{
background-color: #114719;
}
.BgClassName
{
background-color: #114719;
}
</style>
border-color css
<style>
span { border-color: #114719; }
span { border-color: rgb(17,71,25); }
td.TdClassName
{
border-color: #114719;
}
.TagClassName
{
border-color: #114719;
}
</style>