Shades of Myrtle #1A4714
Tints of Myrtle #1A4714
RGB
CMYK
RGB Variations
Color information
#1A4714 (or 0x1A4714) is known color: Myrtle. HEX triplet: 1A, 47 and 14. RGB value is (26,71,20). Sum of RGB (Red+Green+Blue) = 26+71+20=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4714 is #E5B8EB. Grayscale: #333333. Windows color (decimal): -15055084 or 1328922. OLE color: 1328922.
HSL color Cylindrical-coordinate representation of color #1A4714: hue angle of 112.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A4714 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 20 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.72 |
| HSL | 112.94º | 0.56% | 0.18% | - |
| HSV(B) | 112.94º | 0.72% | 0.28% | - |
| XYZ | 2.81 | 4.78 | 1.44 | - |
| YUV | 51.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 20 | 0.63 | 0 | 0.72 | 0.72 | 112.94 | 0.56 | 0.18 |
| Hex | 1A | 47 | 14 | 3F | 0 | 48 | 48 | 71 | 38 | 12 |
| Octal | 32 | 107 | 24 | 77 | 0 | 110 | 110 | 161 | 70 | 22 |
| Binary | 11010 | 1000111 | 10100 | 111111 | 0 | 1001000 | 1001000 | 1110001 | 111000 | 10010 |
Color Harmonies of #1A4714
Complementary color
Monochromatic Colors of #1A4714
Black with #1A4714
Text Example
Text Example
White with #1A4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4714; }
p { color: rgb(26,71,20); }
H1.HeaderClassName
{
color: #1A4714;
}
.AnyTagClassName
{
color: #1A4714;
}
</style>
background-color css
<style>
a { background-color: #1A4714; }
a { background-color: rgb(26,71,20); }
div.DivClassName
{
background-color: #1A4714;
}
.BgClassName
{
background-color: #1A4714;
}
</style>
border-color css
<style>
span { border-color: #1A4714; }
span { border-color: rgb(26,71,20); }
td.TdClassName
{
border-color: #1A4714;
}
.TagClassName
{
border-color: #1A4714;
}
</style>