Shades of Myrtle #114A09
Tints of Myrtle #114A09
RGB
CMYK
RGB Variations
Color information
#114A09 (or 0x114A09) is known color: Myrtle. HEX triplet: 11, 4A and 09. RGB value is (17,74,9). Sum of RGB (Red+Green+Blue) = 17+74+9=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 74 (29.30% from 255 or 74% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 74 - color contains mainly: green. Hex color #114A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A09 is #EEB5F6. Grayscale: #313131. Windows color (decimal): -15644151 or 608785. OLE color: 608785.
HSL color Cylindrical-coordinate representation of color #114A09: hue angle of 112.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114A09 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 9 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.71 |
| HSL | 112.62º | 0.78% | 0.16% | - |
| HSV(B) | 112.62º | 0.88% | 0.29% | - |
| XYZ | 2.73 | 5.04 | 1.09 | - |
| YUV | 49.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 9 | 0.77 | 0 | 0.88 | 0.71 | 112.62 | 0.78 | 0.16 |
| Hex | 11 | 4A | 9 | 4D | 0 | 58 | 47 | 71 | 4E | 10 |
| Octal | 21 | 112 | 11 | 115 | 0 | 130 | 107 | 161 | 116 | 20 |
| Binary | 10001 | 1001010 | 1001 | 1001101 | 0 | 1011000 | 1000111 | 1110001 | 1001110 | 10000 |
Color Harmonies of #114A09
Complementary color
Monochromatic Colors of #114A09
Black with #114A09
Text Example
Text Example
White with #114A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A09; }
p { color: rgb(17,74,9); }
H1.HeaderClassName
{
color: #114A09;
}
.AnyTagClassName
{
color: #114A09;
}
</style>
background-color css
<style>
a { background-color: #114A09; }
a { background-color: rgb(17,74,9); }
div.DivClassName
{
background-color: #114A09;
}
.BgClassName
{
background-color: #114A09;
}
</style>
border-color css
<style>
span { border-color: #114A09; }
span { border-color: rgb(17,74,9); }
td.TdClassName
{
border-color: #114A09;
}
.TagClassName
{
border-color: #114A09;
}
</style>