Shades of Myrtle #1A4717
Tints of Myrtle #1A4717
RGB
CMYK
RGB Variations
Color information
#1A4717 (or 0x1A4717) is known color: Myrtle. HEX triplet: 1A, 47 and 17. RGB value is (26,71,23). Sum of RGB (Red+Green+Blue) = 26+71+23=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4717 is #E5B8E8. Grayscale: #343434. Windows color (decimal): -15055081 or 1525530. OLE color: 1525530.
HSL color Cylindrical-coordinate representation of color #1A4717: hue angle of 116.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4717 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 23 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.72 |
| HSL | 116.25º | 0.51% | 0.18% | - |
| HSV(B) | 116.25º | 0.68% | 0.28% | - |
| XYZ | 2.83 | 4.79 | 1.59 | - |
| YUV | 52.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 23 | 0.63 | 0 | 0.68 | 0.72 | 116.25 | 0.51 | 0.18 |
| Hex | 1A | 47 | 17 | 3F | 0 | 44 | 48 | 74 | 33 | 12 |
| Octal | 32 | 107 | 27 | 77 | 0 | 104 | 110 | 164 | 63 | 22 |
| Binary | 11010 | 1000111 | 10111 | 111111 | 0 | 1000100 | 1001000 | 1110100 | 110011 | 10010 |
Color Harmonies of #1A4717
Complementary color
Monochromatic Colors of #1A4717
Black with #1A4717
Text Example
Text Example
White with #1A4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4717; }
p { color: rgb(26,71,23); }
H1.HeaderClassName
{
color: #1A4717;
}
.AnyTagClassName
{
color: #1A4717;
}
</style>
background-color css
<style>
a { background-color: #1A4717; }
a { background-color: rgb(26,71,23); }
div.DivClassName
{
background-color: #1A4717;
}
.BgClassName
{
background-color: #1A4717;
}
</style>
border-color css
<style>
span { border-color: #1A4717; }
span { border-color: rgb(26,71,23); }
td.TdClassName
{
border-color: #1A4717;
}
.TagClassName
{
border-color: #1A4717;
}
</style>