Shades of Myrtle #1E5504
Tints of Myrtle #1E5504
RGB
CMYK
RGB Variations
Color information
#1E5504 (or 0x1E5504) is known color: Myrtle. HEX triplet: 1E, 55 and 04. RGB value is (30,85,4). Sum of RGB (Red+Green+Blue) = 30+85+4=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5504 is #E1AAFB. Grayscale: #3B3B3B. Windows color (decimal): -14789372 or 283934. OLE color: 283934.
HSL color Cylindrical-coordinate representation of color #1E5504: hue angle of 100.74º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E5504 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 4 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.67 |
| HSL | 100.74º | 0.91% | 0.17% | - |
| HSV(B) | 100.74º | 0.95% | 0.33% | - |
| XYZ | 3.81 | 6.78 | 1.22 | - |
| YUV | 59.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 4 | 0.65 | 0 | 0.95 | 0.67 | 100.74 | 0.91 | 0.17 |
| Hex | 1E | 55 | 4 | 41 | 0 | 5F | 43 | 65 | 5B | 11 |
| Octal | 36 | 125 | 4 | 101 | 0 | 137 | 103 | 145 | 133 | 21 |
| Binary | 11110 | 1010101 | 100 | 1000001 | 0 | 1011111 | 1000011 | 1100101 | 1011011 | 10001 |
Color Harmonies of #1E5504
Complementary color
Monochromatic Colors of #1E5504
Black with #1E5504
Text Example
Text Example
White with #1E5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5504; }
p { color: rgb(30,85,4); }
H1.HeaderClassName
{
color: #1E5504;
}
.AnyTagClassName
{
color: #1E5504;
}
</style>
background-color css
<style>
a { background-color: #1E5504; }
a { background-color: rgb(30,85,4); }
div.DivClassName
{
background-color: #1E5504;
}
.BgClassName
{
background-color: #1E5504;
}
</style>
border-color css
<style>
span { border-color: #1E5504; }
span { border-color: rgb(30,85,4); }
td.TdClassName
{
border-color: #1E5504;
}
.TagClassName
{
border-color: #1E5504;
}
</style>