Shades of Myrtle #1A4511
Tints of Myrtle #1A4511
RGB
CMYK
RGB Variations
Color information
#1A4511 (or 0x1A4511) is known color: Myrtle. HEX triplet: 1A, 45 and 11. RGB value is (26,69,17). Sum of RGB (Red+Green+Blue) = 26+69+17=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4511 is #E5BAEE. Grayscale: #323232. Windows color (decimal): -15055599 or 1131802. OLE color: 1131802.
HSL color Cylindrical-coordinate representation of color #1A4511: hue angle of 109.62º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4511 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 17 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.73 |
| HSL | 109.62º | 0.6% | 0.17% | - |
| HSV(B) | 109.62º | 0.75% | 0.27% | - |
| XYZ | 2.66 | 4.52 | 1.26 | - |
| YUV | 50.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 17 | 0.62 | 0 | 0.75 | 0.73 | 109.62 | 0.6 | 0.17 |
| Hex | 1A | 45 | 11 | 3E | 0 | 4B | 49 | 6E | 3C | 11 |
| Octal | 32 | 105 | 21 | 76 | 0 | 113 | 111 | 156 | 74 | 21 |
| Binary | 11010 | 1000101 | 10001 | 111110 | 0 | 1001011 | 1001001 | 1101110 | 111100 | 10001 |
Color Harmonies of #1A4511
Complementary color
Monochromatic Colors of #1A4511
Black with #1A4511
Text Example
Text Example
White with #1A4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4511; }
p { color: rgb(26,69,17); }
H1.HeaderClassName
{
color: #1A4511;
}
.AnyTagClassName
{
color: #1A4511;
}
</style>
background-color css
<style>
a { background-color: #1A4511; }
a { background-color: rgb(26,69,17); }
div.DivClassName
{
background-color: #1A4511;
}
.BgClassName
{
background-color: #1A4511;
}
</style>
border-color css
<style>
span { border-color: #1A4511; }
span { border-color: rgb(26,69,17); }
td.TdClassName
{
border-color: #1A4511;
}
.TagClassName
{
border-color: #1A4511;
}
</style>