Shades of Myrtle #11390D
Tints of Myrtle #11390D
RGB
CMYK
RGB Variations
Color information
#11390D (or 0x11390D) is known color: Myrtle. HEX triplet: 11, 39 and 0D. RGB value is (17,57,13). Sum of RGB (Red+Green+Blue) = 17+57+13=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #11390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11390D is #EEC6F2. Grayscale: #282828. Windows color (decimal): -15648499 or 866577. OLE color: 866577.
HSL color Cylindrical-coordinate representation of color #11390D: hue angle of 114.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11390D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 13 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.78 |
| HSL | 114.55º | 0.63% | 0.14% | - |
| HSV(B) | 114.55º | 0.77% | 0.22% | - |
| XYZ | 1.77 | 3.07 | 0.88 | - |
| YUV | 40.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 13 | 0.70 | 0 | 0.77 | 0.78 | 114.55 | 0.63 | 0.14 |
| Hex | 11 | 39 | D | 46 | 0 | 4D | 4E | 73 | 3F | E |
| Octal | 21 | 71 | 15 | 106 | 0 | 115 | 116 | 163 | 77 | 16 |
| Binary | 10001 | 111001 | 1101 | 1000110 | 0 | 1001101 | 1001110 | 1110011 | 111111 | 1110 |
Color Harmonies of #11390D
Complementary color
Monochromatic Colors of #11390D
Black with #11390D
Text Example
Text Example
White with #11390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11390D; }
p { color: rgb(17,57,13); }
H1.HeaderClassName
{
color: #11390D;
}
.AnyTagClassName
{
color: #11390D;
}
</style>
background-color css
<style>
a { background-color: #11390D; }
a { background-color: rgb(17,57,13); }
div.DivClassName
{
background-color: #11390D;
}
.BgClassName
{
background-color: #11390D;
}
</style>
border-color css
<style>
span { border-color: #11390D; }
span { border-color: rgb(17,57,13); }
td.TdClassName
{
border-color: #11390D;
}
.TagClassName
{
border-color: #11390D;
}
</style>