Shades of Myrtle #11511A
Tints of Myrtle #11511A
RGB
CMYK
RGB Variations
Color information
#11511A (or 0x11511A) is known color: Myrtle. HEX triplet: 11, 51 and 1A. RGB value is (17,81,26). Sum of RGB (Red+Green+Blue) = 17+81+26=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #11511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511A is #EEAEE5. Grayscale: #373737. Windows color (decimal): -15642342 or 1724689. OLE color: 1724689.
HSL color Cylindrical-coordinate representation of color #11511A: hue angle of 128.44º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11511A is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 26 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.68 |
| HSL | 128.44º | 0.65% | 0.19% | - |
| HSV(B) | 128.44º | 0.79% | 0.32% | - |
| XYZ | 3.36 | 6.08 | 1.97 | - |
| YUV | 55.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 26 | 0.79 | 0 | 0.68 | 0.68 | 128.44 | 0.65 | 0.19 |
| Hex | 11 | 51 | 1A | 4F | 0 | 44 | 44 | 80 | 41 | 13 |
| Octal | 21 | 121 | 32 | 117 | 0 | 104 | 104 | 200 | 101 | 23 |
| Binary | 10001 | 1010001 | 11010 | 1001111 | 0 | 1000100 | 1000100 | 10000000 | 1000001 | 10011 |
Color Harmonies of #11511A
Complementary color
Monochromatic Colors of #11511A
Black with #11511A
Text Example
Text Example
White with #11511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11511A; }
p { color: rgb(17,81,26); }
H1.HeaderClassName
{
color: #11511A;
}
.AnyTagClassName
{
color: #11511A;
}
</style>
background-color css
<style>
a { background-color: #11511A; }
a { background-color: rgb(17,81,26); }
div.DivClassName
{
background-color: #11511A;
}
.BgClassName
{
background-color: #11511A;
}
</style>
border-color css
<style>
span { border-color: #11511A; }
span { border-color: rgb(17,81,26); }
td.TdClassName
{
border-color: #11511A;
}
.TagClassName
{
border-color: #11511A;
}
</style>