Shades of Myrtle #1E551A
Tints of Myrtle #1E551A
RGB
CMYK
RGB Variations
Color information
#1E551A (or 0x1E551A) is known color: Myrtle. HEX triplet: 1E, 55 and 1A. RGB value is (30,85,26). Sum of RGB (Red+Green+Blue) = 30+85+26=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #1E551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E551A is #E1AAE5. Grayscale: #3E3E3E. Windows color (decimal): -14789350 or 1725726. OLE color: 1725726.
HSL color Cylindrical-coordinate representation of color #1E551A: hue angle of 115.93º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E551A is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 26 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.67 |
| HSL | 115.93º | 0.53% | 0.22% | - |
| HSV(B) | 115.93º | 0.69% | 0.33% | - |
| XYZ | 3.97 | 6.85 | 2.09 | - |
| YUV | 61.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 26 | 0.65 | 0 | 0.69 | 0.67 | 115.93 | 0.53 | 0.22 |
| Hex | 1E | 55 | 1A | 41 | 0 | 45 | 43 | 74 | 35 | 16 |
| Octal | 36 | 125 | 32 | 101 | 0 | 105 | 103 | 164 | 65 | 26 |
| Binary | 11110 | 1010101 | 11010 | 1000001 | 0 | 1000101 | 1000011 | 1110100 | 110101 | 10110 |
Color Harmonies of #1E551A
Complementary color
Monochromatic Colors of #1E551A
Black with #1E551A
Text Example
Text Example
White with #1E551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E551A; }
p { color: rgb(30,85,26); }
H1.HeaderClassName
{
color: #1E551A;
}
.AnyTagClassName
{
color: #1E551A;
}
</style>
background-color css
<style>
a { background-color: #1E551A; }
a { background-color: rgb(30,85,26); }
div.DivClassName
{
background-color: #1E551A;
}
.BgClassName
{
background-color: #1E551A;
}
</style>
border-color css
<style>
span { border-color: #1E551A; }
span { border-color: rgb(30,85,26); }
td.TdClassName
{
border-color: #1E551A;
}
.TagClassName
{
border-color: #1E551A;
}
</style>