Shades of Myrtle #114901
Tints of Myrtle #114901
RGB
CMYK
RGB Variations
Color information
#114901 (or 0x114901) is known color: Myrtle. HEX triplet: 11, 49 and 01. RGB value is (17,73,1). Sum of RGB (Red+Green+Blue) = 17+73+1=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #114901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114901 is #EEB6FE. Grayscale: #303030. Windows color (decimal): -15644415 or 84241. OLE color: 84241.
HSL color Cylindrical-coordinate representation of color #114901: hue angle of 106.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #114901 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.71 |
| HSL | 106.67º | 0.97% | 0.15% | - |
| HSV(B) | 106.67º | 0.99% | 0.29% | - |
| XYZ | 2.62 | 4.89 | 0.83 | - |
| YUV | 48.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 1 | 0.77 | 0 | 0.99 | 0.71 | 106.67 | 0.97 | 0.15 |
| Hex | 11 | 49 | 1 | 4D | 0 | 63 | 47 | 6B | 61 | F |
| Octal | 21 | 111 | 1 | 115 | 0 | 143 | 107 | 153 | 141 | 17 |
| Binary | 10001 | 1001001 | 1 | 1001101 | 0 | 1100011 | 1000111 | 1101011 | 1100001 | 1111 |
Color Harmonies of #114901
Complementary color
Monochromatic Colors of #114901
Black with #114901
Text Example
Text Example
White with #114901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114901; }
p { color: rgb(17,73,1); }
H1.HeaderClassName
{
color: #114901;
}
.AnyTagClassName
{
color: #114901;
}
</style>
background-color css
<style>
a { background-color: #114901; }
a { background-color: rgb(17,73,1); }
div.DivClassName
{
background-color: #114901;
}
.BgClassName
{
background-color: #114901;
}
</style>
border-color css
<style>
span { border-color: #114901; }
span { border-color: rgb(17,73,1); }
td.TdClassName
{
border-color: #114901;
}
.TagClassName
{
border-color: #114901;
}
</style>