Shades of Myrtle #114D02
Tints of Myrtle #114D02
RGB
CMYK
RGB Variations
Color information
#114D02 (or 0x114D02) is known color: Myrtle. HEX triplet: 11, 4D and 02. RGB value is (17,77,2). Sum of RGB (Red+Green+Blue) = 17+77+2=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #114D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D02 is #EEB2FD. Grayscale: #323232. Windows color (decimal): -15643390 or 150801. OLE color: 150801.
HSL color Cylindrical-coordinate representation of color #114D02: hue angle of 108º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #114D02 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 77 | 2 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.70 |
| HSL | 108º | 0.95% | 0.15% | - |
| HSV(B) | 108º | 0.97% | 0.3% | - |
| XYZ | 2.9 | 5.43 | 0.95 | - |
| YUV | 50.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 2 | 0.78 | 0 | 0.97 | 0.70 | 108 | 0.95 | 0.15 |
| Hex | 11 | 4D | 2 | 4E | 0 | 61 | 46 | 6C | 5F | F |
| Octal | 21 | 115 | 2 | 116 | 0 | 141 | 106 | 154 | 137 | 17 |
| Binary | 10001 | 1001101 | 10 | 1001110 | 0 | 1100001 | 1000110 | 1101100 | 1011111 | 1111 |
Color Harmonies of #114D02
Complementary color
Monochromatic Colors of #114D02
Black with #114D02
Text Example
Text Example
White with #114D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D02; }
p { color: rgb(17,77,2); }
H1.HeaderClassName
{
color: #114D02;
}
.AnyTagClassName
{
color: #114D02;
}
</style>
background-color css
<style>
a { background-color: #114D02; }
a { background-color: rgb(17,77,2); }
div.DivClassName
{
background-color: #114D02;
}
.BgClassName
{
background-color: #114D02;
}
</style>
border-color css
<style>
span { border-color: #114D02; }
span { border-color: rgb(17,77,2); }
td.TdClassName
{
border-color: #114D02;
}
.TagClassName
{
border-color: #114D02;
}
</style>