Shades of Myrtle #11390F
Tints of Myrtle #11390F
RGB
CMYK
RGB Variations
Color information
#11390F (or 0x11390F) is known color: Myrtle. HEX triplet: 11, 39 and 0F. RGB value is (17,57,15). Sum of RGB (Red+Green+Blue) = 17+57+15=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #11390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11390F is #EEC6F0. Grayscale: #282828. Windows color (decimal): -15648497 or 997649. OLE color: 997649.
HSL color Cylindrical-coordinate representation of color #11390F: hue angle of 117.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11390F is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 15 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.78 |
| HSL | 117.14º | 0.58% | 0.14% | - |
| HSV(B) | 117.14º | 0.74% | 0.22% | - |
| XYZ | 1.78 | 3.08 | 0.95 | - |
| YUV | 40.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 15 | 0.70 | 0 | 0.74 | 0.78 | 117.14 | 0.58 | 0.14 |
| Hex | 11 | 39 | F | 46 | 0 | 4A | 4E | 75 | 3A | E |
| Octal | 21 | 71 | 17 | 106 | 0 | 112 | 116 | 165 | 72 | 16 |
| Binary | 10001 | 111001 | 1111 | 1000110 | 0 | 1001010 | 1001110 | 1110101 | 111010 | 1110 |
Color Harmonies of #11390F
Complementary color
Monochromatic Colors of #11390F
Black with #11390F
Text Example
Text Example
White with #11390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11390F; }
p { color: rgb(17,57,15); }
H1.HeaderClassName
{
color: #11390F;
}
.AnyTagClassName
{
color: #11390F;
}
</style>
background-color css
<style>
a { background-color: #11390F; }
a { background-color: rgb(17,57,15); }
div.DivClassName
{
background-color: #11390F;
}
.BgClassName
{
background-color: #11390F;
}
</style>
border-color css
<style>
span { border-color: #11390F; }
span { border-color: rgb(17,57,15); }
td.TdClassName
{
border-color: #11390F;
}
.TagClassName
{
border-color: #11390F;
}
</style>