Shades of Myrtle #11350E
Tints of Myrtle #11350E
RGB
CMYK
RGB Variations
Color information
#11350E (or 0x11350E) is known color: Myrtle. HEX triplet: 11, 35 and 0E. RGB value is (17,53,14). Sum of RGB (Red+Green+Blue) = 17+53+14=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #11350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11350E is #EECAF1. Grayscale: #252525. Windows color (decimal): -15649522 or 931089. OLE color: 931089.
HSL color Cylindrical-coordinate representation of color #11350E: hue angle of 115.38º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11350E is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 14 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.79 |
| HSL | 115.38º | 0.58% | 0.13% | - |
| HSV(B) | 115.38º | 0.74% | 0.21% | - |
| XYZ | 1.58 | 2.7 | 0.85 | - |
| YUV | 37.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 14 | 0.68 | 0 | 0.74 | 0.79 | 115.38 | 0.58 | 0.13 |
| Hex | 11 | 35 | E | 44 | 0 | 4A | 4F | 73 | 3A | D |
| Octal | 21 | 65 | 16 | 104 | 0 | 112 | 117 | 163 | 72 | 15 |
| Binary | 10001 | 110101 | 1110 | 1000100 | 0 | 1001010 | 1001111 | 1110011 | 111010 | 1101 |
Color Harmonies of #11350E
Complementary color
Monochromatic Colors of #11350E
Black with #11350E
Text Example
Text Example
White with #11350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11350E; }
p { color: rgb(17,53,14); }
H1.HeaderClassName
{
color: #11350E;
}
.AnyTagClassName
{
color: #11350E;
}
</style>
background-color css
<style>
a { background-color: #11350E; }
a { background-color: rgb(17,53,14); }
div.DivClassName
{
background-color: #11350E;
}
.BgClassName
{
background-color: #11350E;
}
</style>
border-color css
<style>
span { border-color: #11350E; }
span { border-color: rgb(17,53,14); }
td.TdClassName
{
border-color: #11350E;
}
.TagClassName
{
border-color: #11350E;
}
</style>