Shades of Myrtle #1E5519
Tints of Myrtle #1E5519
RGB
CMYK
RGB Variations
Color information
#1E5519 (or 0x1E5519) is known color: Myrtle. HEX triplet: 1E, 55 and 19. RGB value is (30,85,25). Sum of RGB (Red+Green+Blue) = 30+85+25=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5519 is #E1AAE6. Grayscale: #3D3D3D. Windows color (decimal): -14789351 or 1660190. OLE color: 1660190.
HSL color Cylindrical-coordinate representation of color #1E5519: hue angle of 115º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E5519 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 25 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.67 |
| HSL | 115º | 0.55% | 0.22% | - |
| HSV(B) | 115º | 0.71% | 0.33% | - |
| XYZ | 3.96 | 6.84 | 2.03 | - |
| YUV | 61.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 25 | 0.65 | 0 | 0.71 | 0.67 | 115 | 0.55 | 0.22 |
| Hex | 1E | 55 | 19 | 41 | 0 | 47 | 43 | 73 | 37 | 16 |
| Octal | 36 | 125 | 31 | 101 | 0 | 107 | 103 | 163 | 67 | 26 |
| Binary | 11110 | 1010101 | 11001 | 1000001 | 0 | 1000111 | 1000011 | 1110011 | 110111 | 10110 |
Color Harmonies of #1E5519
Complementary color
Monochromatic Colors of #1E5519
Black with #1E5519
Text Example
Text Example
White with #1E5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5519; }
p { color: rgb(30,85,25); }
H1.HeaderClassName
{
color: #1E5519;
}
.AnyTagClassName
{
color: #1E5519;
}
</style>
background-color css
<style>
a { background-color: #1E5519; }
a { background-color: rgb(30,85,25); }
div.DivClassName
{
background-color: #1E5519;
}
.BgClassName
{
background-color: #1E5519;
}
</style>
border-color css
<style>
span { border-color: #1E5519; }
span { border-color: rgb(30,85,25); }
td.TdClassName
{
border-color: #1E5519;
}
.TagClassName
{
border-color: #1E5519;
}
</style>