Shades of Myrtle #1A5B14
Tints of Myrtle #1A5B14
RGB
CMYK
RGB Variations
Color information
#1A5B14 (or 0x1A5B14) is known color: Myrtle. HEX triplet: 1A, 5B and 14. RGB value is (26,91,20). Sum of RGB (Red+Green+Blue) = 26+91+20=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5B14 is #E5A4EB. Grayscale: #3F3F3F. Windows color (decimal): -15049964 or 1334042. OLE color: 1334042.
HSL color Cylindrical-coordinate representation of color #1A5B14: hue angle of 114.93º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5B14 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 20 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.64 |
| HSL | 114.93º | 0.64% | 0.22% | - |
| HSV(B) | 114.93º | 0.78% | 0.36% | - |
| XYZ | 4.29 | 7.75 | 1.93 | - |
| YUV | 63.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 20 | 0.71 | 0 | 0.78 | 0.64 | 114.93 | 0.64 | 0.22 |
| Hex | 1A | 5B | 14 | 47 | 0 | 4E | 40 | 73 | 40 | 16 |
| Octal | 32 | 133 | 24 | 107 | 0 | 116 | 100 | 163 | 100 | 26 |
| Binary | 11010 | 1011011 | 10100 | 1000111 | 0 | 1001110 | 1000000 | 1110011 | 1000000 | 10110 |
Color Harmonies of #1A5B14
Complementary color
Monochromatic Colors of #1A5B14
Black with #1A5B14
Text Example
Text Example
White with #1A5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B14; }
p { color: rgb(26,91,20); }
H1.HeaderClassName
{
color: #1A5B14;
}
.AnyTagClassName
{
color: #1A5B14;
}
</style>
background-color css
<style>
a { background-color: #1A5B14; }
a { background-color: rgb(26,91,20); }
div.DivClassName
{
background-color: #1A5B14;
}
.BgClassName
{
background-color: #1A5B14;
}
</style>
border-color css
<style>
span { border-color: #1A5B14; }
span { border-color: rgb(26,91,20); }
td.TdClassName
{
border-color: #1A5B14;
}
.TagClassName
{
border-color: #1A5B14;
}
</style>