Shades of Myrtle #114214
Tints of Myrtle #114214
RGB
CMYK
RGB Variations
Color information
#114214 (or 0x114214) is known color: Myrtle. HEX triplet: 11, 42 and 14. RGB value is (17,66,20). Sum of RGB (Red+Green+Blue) = 17+66+20=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #114214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114214 is #EEBDEB. Grayscale: #2E2E2E. Windows color (decimal): -15646188 or 1327633. OLE color: 1327633.
HSL color Cylindrical-coordinate representation of color #114214: hue angle of 123.67º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114214 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 20 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.74 |
| HSL | 123.67º | 0.59% | 0.16% | - |
| HSV(B) | 123.67º | 0.74% | 0.26% | - |
| XYZ | 2.31 | 4.07 | 1.33 | - |
| YUV | 46.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 20 | 0.74 | 0 | 0.70 | 0.74 | 123.67 | 0.59 | 0.16 |
| Hex | 11 | 42 | 14 | 4A | 0 | 46 | 4A | 7C | 3B | 10 |
| Octal | 21 | 102 | 24 | 112 | 0 | 106 | 112 | 174 | 73 | 20 |
| Binary | 10001 | 1000010 | 10100 | 1001010 | 0 | 1000110 | 1001010 | 1111100 | 111011 | 10000 |
Color Harmonies of #114214
Complementary color
Monochromatic Colors of #114214
Black with #114214
Text Example
Text Example
White with #114214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114214; }
p { color: rgb(17,66,20); }
H1.HeaderClassName
{
color: #114214;
}
.AnyTagClassName
{
color: #114214;
}
</style>
background-color css
<style>
a { background-color: #114214; }
a { background-color: rgb(17,66,20); }
div.DivClassName
{
background-color: #114214;
}
.BgClassName
{
background-color: #114214;
}
</style>
border-color css
<style>
span { border-color: #114214; }
span { border-color: rgb(17,66,20); }
td.TdClassName
{
border-color: #114214;
}
.TagClassName
{
border-color: #114214;
}
</style>