Shades of Myrtle #1A3815
Tints of Myrtle #1A3815
RGB
CMYK
RGB Variations
Color information
#1A3815 (or 0x1A3815) is known color: Myrtle. HEX triplet: 1A, 38 and 15. RGB value is (26,56,21). Sum of RGB (Red+Green+Blue) = 26+56+21=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3815 is #E5C7EA. Grayscale: #2B2B2B. Windows color (decimal): -15058923 or 1390618. OLE color: 1390618.
HSL color Cylindrical-coordinate representation of color #1A3815: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A3815 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 21 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.78 |
| HSL | 111.43º | 0.45% | 0.15% | - |
| HSV(B) | 111.43º | 0.63% | 0.22% | - |
| XYZ | 1.98 | 3.1 | 1.2 | - |
| YUV | 43.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 21 | 0.54 | 0 | 0.63 | 0.78 | 111.43 | 0.45 | 0.15 |
| Hex | 1A | 38 | 15 | 36 | 0 | 3F | 4E | 6F | 2D | F |
| Octal | 32 | 70 | 25 | 66 | 0 | 77 | 116 | 157 | 55 | 17 |
| Binary | 11010 | 111000 | 10101 | 110110 | 0 | 111111 | 1001110 | 1101111 | 101101 | 1111 |
Color Harmonies of #1A3815
Complementary color
Monochromatic Colors of #1A3815
Black with #1A3815
Text Example
Text Example
White with #1A3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3815; }
p { color: rgb(26,56,21); }
H1.HeaderClassName
{
color: #1A3815;
}
.AnyTagClassName
{
color: #1A3815;
}
</style>
background-color css
<style>
a { background-color: #1A3815; }
a { background-color: rgb(26,56,21); }
div.DivClassName
{
background-color: #1A3815;
}
.BgClassName
{
background-color: #1A3815;
}
</style>
border-color css
<style>
span { border-color: #1A3815; }
span { border-color: rgb(26,56,21); }
td.TdClassName
{
border-color: #1A3815;
}
.TagClassName
{
border-color: #1A3815;
}
</style>