Shades of Myrtle #1A5714
Tints of Myrtle #1A5714
RGB
CMYK
RGB Variations
Color information
#1A5714 (or 0x1A5714) is known color: Myrtle. HEX triplet: 1A, 57 and 14. RGB value is (26,87,20). Sum of RGB (Red+Green+Blue) = 26+87+20=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 87 (34.38% from 255 or 65.41% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5714 is #E5A8EB. Grayscale: #3D3D3D. Windows color (decimal): -15050988 or 1333018. OLE color: 1333018.
HSL color Cylindrical-coordinate representation of color #1A5714: hue angle of 114.63º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A5714 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 20 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.66 |
| HSL | 114.63º | 0.63% | 0.21% | - |
| HSV(B) | 114.63º | 0.77% | 0.34% | - |
| XYZ | 3.96 | 7.09 | 1.82 | - |
| YUV | 61.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 20 | 0.70 | 0 | 0.77 | 0.66 | 114.63 | 0.63 | 0.21 |
| Hex | 1A | 57 | 14 | 46 | 0 | 4D | 42 | 73 | 3F | 15 |
| Octal | 32 | 127 | 24 | 106 | 0 | 115 | 102 | 163 | 77 | 25 |
| Binary | 11010 | 1010111 | 10100 | 1000110 | 0 | 1001101 | 1000010 | 1110011 | 111111 | 10101 |
Color Harmonies of #1A5714
Complementary color
Monochromatic Colors of #1A5714
Black with #1A5714
Text Example
Text Example
White with #1A5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5714; }
p { color: rgb(26,87,20); }
H1.HeaderClassName
{
color: #1A5714;
}
.AnyTagClassName
{
color: #1A5714;
}
</style>
background-color css
<style>
a { background-color: #1A5714; }
a { background-color: rgb(26,87,20); }
div.DivClassName
{
background-color: #1A5714;
}
.BgClassName
{
background-color: #1A5714;
}
</style>
border-color css
<style>
span { border-color: #1A5714; }
span { border-color: rgb(26,87,20); }
td.TdClassName
{
border-color: #1A5714;
}
.TagClassName
{
border-color: #1A5714;
}
</style>