Shades of Myrtle #1A480D
Tints of Myrtle #1A480D
RGB
CMYK
RGB Variations
Color information
#1A480D (or 0x1A480D) is known color: Myrtle. HEX triplet: 1A, 48 and 0D. RGB value is (26,72,13). Sum of RGB (Red+Green+Blue) = 26+72+13=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #1A480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A480D is #E5B7F2. Grayscale: #333333. Windows color (decimal): -15054835 or 870426. OLE color: 870426.
HSL color Cylindrical-coordinate representation of color #1A480D: hue angle of 106.78º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A480D is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 13 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.72 |
| HSL | 106.78º | 0.69% | 0.17% | - |
| HSV(B) | 106.78º | 0.82% | 0.28% | - |
| XYZ | 2.82 | 4.88 | 1.17 | - |
| YUV | 51.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 13 | 0.64 | 0 | 0.82 | 0.72 | 106.78 | 0.69 | 0.17 |
| Hex | 1A | 48 | D | 40 | 0 | 52 | 48 | 6B | 45 | 11 |
| Octal | 32 | 110 | 15 | 100 | 0 | 122 | 110 | 153 | 105 | 21 |
| Binary | 11010 | 1001000 | 1101 | 1000000 | 0 | 1010010 | 1001000 | 1101011 | 1000101 | 10001 |
Color Harmonies of #1A480D
Complementary color
Monochromatic Colors of #1A480D
Black with #1A480D
Text Example
Text Example
White with #1A480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A480D; }
p { color: rgb(26,72,13); }
H1.HeaderClassName
{
color: #1A480D;
}
.AnyTagClassName
{
color: #1A480D;
}
</style>
background-color css
<style>
a { background-color: #1A480D; }
a { background-color: rgb(26,72,13); }
div.DivClassName
{
background-color: #1A480D;
}
.BgClassName
{
background-color: #1A480D;
}
</style>
border-color css
<style>
span { border-color: #1A480D; }
span { border-color: rgb(26,72,13); }
td.TdClassName
{
border-color: #1A480D;
}
.TagClassName
{
border-color: #1A480D;
}
</style>