Shades of Myrtle #1A6514
Tints of Myrtle #1A6514
RGB
CMYK
RGB Variations
Color information
#1A6514 (or 0x1A6514) is known color: Myrtle. HEX triplet: 1A, 65 and 14. RGB value is (26,101,20). Sum of RGB (Red+Green+Blue) = 26+101+20=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6514 is #E59AEB. Grayscale: #454545. Windows color (decimal): -15047404 or 1336602. OLE color: 1336602.
HSL color Cylindrical-coordinate representation of color #1A6514: hue angle of 115.56º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6514 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 101 | 20 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.60 |
| HSL | 115.56º | 0.67% | 0.24% | - |
| HSV(B) | 115.56º | 0.8% | 0.4% | - |
| XYZ | 5.21 | 9.58 | 2.24 | - |
| YUV | 69.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 20 | 0.74 | 0 | 0.80 | 0.60 | 115.56 | 0.67 | 0.24 |
| Hex | 1A | 65 | 14 | 4A | 0 | 50 | 3C | 74 | 43 | 18 |
| Octal | 32 | 145 | 24 | 112 | 0 | 120 | 74 | 164 | 103 | 30 |
| Binary | 11010 | 1100101 | 10100 | 1001010 | 0 | 1010000 | 111100 | 1110100 | 1000011 | 11000 |
Color Harmonies of #1A6514
Complementary color
Monochromatic Colors of #1A6514
Black with #1A6514
Text Example
Text Example
White with #1A6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6514; }
p { color: rgb(26,101,20); }
H1.HeaderClassName
{
color: #1A6514;
}
.AnyTagClassName
{
color: #1A6514;
}
</style>
background-color css
<style>
a { background-color: #1A6514; }
a { background-color: rgb(26,101,20); }
div.DivClassName
{
background-color: #1A6514;
}
.BgClassName
{
background-color: #1A6514;
}
</style>
border-color css
<style>
span { border-color: #1A6514; }
span { border-color: rgb(26,101,20); }
td.TdClassName
{
border-color: #1A6514;
}
.TagClassName
{
border-color: #1A6514;
}
</style>