Shades of Myrtle #1E5316
Tints of Myrtle #1E5316
RGB
CMYK
RGB Variations
Color information
#1E5316 (or 0x1E5316) is known color: Myrtle. HEX triplet: 1E, 53 and 16. RGB value is (30,83,22). Sum of RGB (Red+Green+Blue) = 30+83+22=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #1E5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5316 is #E1ACE9. Grayscale: #3C3C3C. Windows color (decimal): -14789866 or 1463070. OLE color: 1463070.
HSL color Cylindrical-coordinate representation of color #1E5316: hue angle of 112.13º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E5316 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 22 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.67 |
| HSL | 112.13º | 0.58% | 0.21% | - |
| HSV(B) | 112.13º | 0.73% | 0.33% | - |
| XYZ | 3.77 | 6.52 | 1.82 | - |
| YUV | 60.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 22 | 0.64 | 0 | 0.73 | 0.67 | 112.13 | 0.58 | 0.21 |
| Hex | 1E | 53 | 16 | 40 | 0 | 49 | 43 | 70 | 3A | 15 |
| Octal | 36 | 123 | 26 | 100 | 0 | 111 | 103 | 160 | 72 | 25 |
| Binary | 11110 | 1010011 | 10110 | 1000000 | 0 | 1001001 | 1000011 | 1110000 | 111010 | 10101 |
Color Harmonies of #1E5316
Complementary color
Monochromatic Colors of #1E5316
Black with #1E5316
Text Example
Text Example
White with #1E5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5316; }
p { color: rgb(30,83,22); }
H1.HeaderClassName
{
color: #1E5316;
}
.AnyTagClassName
{
color: #1E5316;
}
</style>
background-color css
<style>
a { background-color: #1E5316; }
a { background-color: rgb(30,83,22); }
div.DivClassName
{
background-color: #1E5316;
}
.BgClassName
{
background-color: #1E5316;
}
</style>
border-color css
<style>
span { border-color: #1E5316; }
span { border-color: rgb(30,83,22); }
td.TdClassName
{
border-color: #1E5316;
}
.TagClassName
{
border-color: #1E5316;
}
</style>