Shades of Myrtle #1E520A
Tints of Myrtle #1E520A
RGB
CMYK
RGB Variations
Color information
#1E520A (or 0x1E520A) is known color: Myrtle. HEX triplet: 1E, 52 and 0A. RGB value is (30,82,10). Sum of RGB (Red+Green+Blue) = 30+82+10=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #1E520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E520A is #E1ADF5. Grayscale: #3A3A3A. Windows color (decimal): -14790134 or 676382. OLE color: 676382.
HSL color Cylindrical-coordinate representation of color #1E520A: hue angle of 103.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E520A is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 82 | 10 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.68 |
| HSL | 103.33º | 0.78% | 0.18% | - |
| HSV(B) | 103.33º | 0.88% | 0.32% | - |
| XYZ | 3.61 | 6.33 | 1.32 | - |
| YUV | 58.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 10 | 0.63 | 0 | 0.88 | 0.68 | 103.33 | 0.78 | 0.18 |
| Hex | 1E | 52 | A | 3F | 0 | 58 | 44 | 67 | 4E | 12 |
| Octal | 36 | 122 | 12 | 77 | 0 | 130 | 104 | 147 | 116 | 22 |
| Binary | 11110 | 1010010 | 1010 | 111111 | 0 | 1011000 | 1000100 | 1100111 | 1001110 | 10010 |
Color Harmonies of #1E520A
Complementary color
Monochromatic Colors of #1E520A
Black with #1E520A
Text Example
Text Example
White with #1E520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E520A; }
p { color: rgb(30,82,10); }
H1.HeaderClassName
{
color: #1E520A;
}
.AnyTagClassName
{
color: #1E520A;
}
</style>
background-color css
<style>
a { background-color: #1E520A; }
a { background-color: rgb(30,82,10); }
div.DivClassName
{
background-color: #1E520A;
}
.BgClassName
{
background-color: #1E520A;
}
</style>
border-color css
<style>
span { border-color: #1E520A; }
span { border-color: rgb(30,82,10); }
td.TdClassName
{
border-color: #1E520A;
}
.TagClassName
{
border-color: #1E520A;
}
</style>