Shades of Myrtle #114808
Tints of Myrtle #114808
RGB
CMYK
RGB Variations
Color information
#114808 (or 0x114808) is known color: Myrtle. HEX triplet: 11, 48 and 08. RGB value is (17,72,8). Sum of RGB (Red+Green+Blue) = 17+72+8=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #114808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114808 is #EEB7F7. Grayscale: #303030. Windows color (decimal): -15644664 or 542737. OLE color: 542737.
HSL color Cylindrical-coordinate representation of color #114808: hue angle of 111.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114808 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 8 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.72 |
| HSL | 111.56º | 0.8% | 0.16% | - |
| HSV(B) | 111.56º | 0.89% | 0.28% | - |
| XYZ | 2.59 | 4.77 | 1.01 | - |
| YUV | 48.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 8 | 0.76 | 0 | 0.89 | 0.72 | 111.56 | 0.8 | 0.16 |
| Hex | 11 | 48 | 8 | 4C | 0 | 59 | 48 | 70 | 50 | 10 |
| Octal | 21 | 110 | 10 | 114 | 0 | 131 | 110 | 160 | 120 | 20 |
| Binary | 10001 | 1001000 | 1000 | 1001100 | 0 | 1011001 | 1001000 | 1110000 | 1010000 | 10000 |
Color Harmonies of #114808
Complementary color
Monochromatic Colors of #114808
Black with #114808
Text Example
Text Example
White with #114808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114808; }
p { color: rgb(17,72,8); }
H1.HeaderClassName
{
color: #114808;
}
.AnyTagClassName
{
color: #114808;
}
</style>
background-color css
<style>
a { background-color: #114808; }
a { background-color: rgb(17,72,8); }
div.DivClassName
{
background-color: #114808;
}
.BgClassName
{
background-color: #114808;
}
</style>
border-color css
<style>
span { border-color: #114808; }
span { border-color: rgb(17,72,8); }
td.TdClassName
{
border-color: #114808;
}
.TagClassName
{
border-color: #114808;
}
</style>