Shades of Myrtle #114316
Tints of Myrtle #114316
RGB
CMYK
RGB Variations
Color information
#114316 (or 0x114316) is known color: Myrtle. HEX triplet: 11, 43 and 16. RGB value is (17,67,22). Sum of RGB (Red+Green+Blue) = 17+67+22=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #114316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114316 is #EEBCE9. Grayscale: #2F2F2F. Windows color (decimal): -15645930 or 1458961. OLE color: 1458961.
HSL color Cylindrical-coordinate representation of color #114316: hue angle of 126º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114316 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 22 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.74 |
| HSL | 126º | 0.6% | 0.16% | - |
| HSV(B) | 126º | 0.75% | 0.26% | - |
| XYZ | 2.38 | 4.19 | 1.44 | - |
| YUV | 46.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 22 | 0.75 | 0 | 0.67 | 0.74 | 126 | 0.6 | 0.16 |
| Hex | 11 | 43 | 16 | 4B | 0 | 43 | 4A | 7E | 3C | 10 |
| Octal | 21 | 103 | 26 | 113 | 0 | 103 | 112 | 176 | 74 | 20 |
| Binary | 10001 | 1000011 | 10110 | 1001011 | 0 | 1000011 | 1001010 | 1111110 | 111100 | 10000 |
Color Harmonies of #114316
Complementary color
Monochromatic Colors of #114316
Black with #114316
Text Example
Text Example
White with #114316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114316; }
p { color: rgb(17,67,22); }
H1.HeaderClassName
{
color: #114316;
}
.AnyTagClassName
{
color: #114316;
}
</style>
background-color css
<style>
a { background-color: #114316; }
a { background-color: rgb(17,67,22); }
div.DivClassName
{
background-color: #114316;
}
.BgClassName
{
background-color: #114316;
}
</style>
border-color css
<style>
span { border-color: #114316; }
span { border-color: rgb(17,67,22); }
td.TdClassName
{
border-color: #114316;
}
.TagClassName
{
border-color: #114316;
}
</style>