Shades of Myrtle #1A5315
Tints of Myrtle #1A5315
RGB
CMYK
RGB Variations
Color information
#1A5315 (or 0x1A5315) is known color: Myrtle. HEX triplet: 1A, 53 and 15. RGB value is (26,83,21). Sum of RGB (Red+Green+Blue) = 26+83+21=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5315 is #E5ACEA. Grayscale: #3B3B3B. Windows color (decimal): -15052011 or 1397530. OLE color: 1397530.
HSL color Cylindrical-coordinate representation of color #1A5315: hue angle of 115.16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5315 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 21 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.67 |
| HSL | 115.16º | 0.6% | 0.2% | - |
| HSV(B) | 115.16º | 0.75% | 0.33% | - |
| XYZ | 3.65 | 6.46 | 1.76 | - |
| YUV | 58.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 21 | 0.69 | 0 | 0.75 | 0.67 | 115.16 | 0.6 | 0.2 |
| Hex | 1A | 53 | 15 | 45 | 0 | 4B | 43 | 73 | 3C | 14 |
| Octal | 32 | 123 | 25 | 105 | 0 | 113 | 103 | 163 | 74 | 24 |
| Binary | 11010 | 1010011 | 10101 | 1000101 | 0 | 1001011 | 1000011 | 1110011 | 111100 | 10100 |
Color Harmonies of #1A5315
Complementary color
Monochromatic Colors of #1A5315
Black with #1A5315
Text Example
Text Example
White with #1A5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5315; }
p { color: rgb(26,83,21); }
H1.HeaderClassName
{
color: #1A5315;
}
.AnyTagClassName
{
color: #1A5315;
}
</style>
background-color css
<style>
a { background-color: #1A5315; }
a { background-color: rgb(26,83,21); }
div.DivClassName
{
background-color: #1A5315;
}
.BgClassName
{
background-color: #1A5315;
}
</style>
border-color css
<style>
span { border-color: #1A5315; }
span { border-color: rgb(26,83,21); }
td.TdClassName
{
border-color: #1A5315;
}
.TagClassName
{
border-color: #1A5315;
}
</style>