Shades of Myrtle #1A3711
Tints of Myrtle #1A3711
RGB
CMYK
RGB Variations
Color information
#1A3711 (or 0x1A3711) is known color: Myrtle. HEX triplet: 1A, 37 and 11. RGB value is (26,55,17). Sum of RGB (Red+Green+Blue) = 26+55+17=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3711 is #E5C8EE. Grayscale: #2A2A2A. Windows color (decimal): -15059183 or 1128218. OLE color: 1128218.
HSL color Cylindrical-coordinate representation of color #1A3711: hue angle of 105.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A3711 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 55 | 17 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.78 |
| HSL | 105.79º | 0.53% | 0.14% | - |
| HSV(B) | 105.79º | 0.69% | 0.22% | - |
| XYZ | 1.89 | 2.99 | 1.01 | - |
| YUV | 42 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 17 | 0.53 | 0 | 0.69 | 0.78 | 105.79 | 0.53 | 0.14 |
| Hex | 1A | 37 | 11 | 35 | 0 | 45 | 4E | 6A | 35 | E |
| Octal | 32 | 67 | 21 | 65 | 0 | 105 | 116 | 152 | 65 | 16 |
| Binary | 11010 | 110111 | 10001 | 110101 | 0 | 1000101 | 1001110 | 1101010 | 110101 | 1110 |
Color Harmonies of #1A3711
Complementary color
Monochromatic Colors of #1A3711
Black with #1A3711
Text Example
Text Example
White with #1A3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3711; }
p { color: rgb(26,55,17); }
H1.HeaderClassName
{
color: #1A3711;
}
.AnyTagClassName
{
color: #1A3711;
}
</style>
background-color css
<style>
a { background-color: #1A3711; }
a { background-color: rgb(26,55,17); }
div.DivClassName
{
background-color: #1A3711;
}
.BgClassName
{
background-color: #1A3711;
}
</style>
border-color css
<style>
span { border-color: #1A3711; }
span { border-color: rgb(26,55,17); }
td.TdClassName
{
border-color: #1A3711;
}
.TagClassName
{
border-color: #1A3711;
}
</style>