Shades of Myrtle #1A531E
Tints of Myrtle #1A531E
RGB
CMYK
RGB Variations
Color information
#1A531E (or 0x1A531E) is known color: Myrtle. HEX triplet: 1A, 53 and 1E. RGB value is (26,83,30). Sum of RGB (Red+Green+Blue) = 26+83+30=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #1A531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A531E is #E5ACE1. Grayscale: #3C3C3C. Windows color (decimal): -15052002 or 1987354. OLE color: 1987354.
HSL color Cylindrical-coordinate representation of color #1A531E: hue angle of 124.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A531E is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 30 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.67 |
| HSL | 124.21º | 0.52% | 0.21% | - |
| HSV(B) | 124.21º | 0.69% | 0.33% | - |
| XYZ | 3.75 | 6.5 | 2.29 | - |
| YUV | 59.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 30 | 0.69 | 0 | 0.64 | 0.67 | 124.21 | 0.52 | 0.21 |
| Hex | 1A | 53 | 1E | 45 | 0 | 40 | 43 | 7C | 34 | 15 |
| Octal | 32 | 123 | 36 | 105 | 0 | 100 | 103 | 174 | 64 | 25 |
| Binary | 11010 | 1010011 | 11110 | 1000101 | 0 | 1000000 | 1000011 | 1111100 | 110100 | 10101 |
Color Harmonies of #1A531E
Complementary color
Monochromatic Colors of #1A531E
Black with #1A531E
Text Example
Text Example
White with #1A531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A531E; }
p { color: rgb(26,83,30); }
H1.HeaderClassName
{
color: #1A531E;
}
.AnyTagClassName
{
color: #1A531E;
}
</style>
background-color css
<style>
a { background-color: #1A531E; }
a { background-color: rgb(26,83,30); }
div.DivClassName
{
background-color: #1A531E;
}
.BgClassName
{
background-color: #1A531E;
}
</style>
border-color css
<style>
span { border-color: #1A531E; }
span { border-color: rgb(26,83,30); }
td.TdClassName
{
border-color: #1A531E;
}
.TagClassName
{
border-color: #1A531E;
}
</style>