Shades of Myrtle #1A5B10
Tints of Myrtle #1A5B10
RGB
CMYK
RGB Variations
Color information
#1A5B10 (or 0x1A5B10) is known color: Myrtle. HEX triplet: 1A, 5B and 10. RGB value is (26,91,16). Sum of RGB (Red+Green+Blue) = 26+91+16=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5B10 is #E5A4EF. Grayscale: #3F3F3F. Windows color (decimal): -15049968 or 1071898. OLE color: 1071898.
HSL color Cylindrical-coordinate representation of color #1A5B10: hue angle of 112º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A5B10 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 16 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.64 |
| HSL | 112º | 0.7% | 0.21% | - |
| HSV(B) | 112º | 0.82% | 0.36% | - |
| XYZ | 4.26 | 7.74 | 1.76 | - |
| YUV | 63.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 16 | 0.71 | 0 | 0.82 | 0.64 | 112 | 0.7 | 0.21 |
| Hex | 1A | 5B | 10 | 47 | 0 | 52 | 40 | 70 | 46 | 15 |
| Octal | 32 | 133 | 20 | 107 | 0 | 122 | 100 | 160 | 106 | 25 |
| Binary | 11010 | 1011011 | 10000 | 1000111 | 0 | 1010010 | 1000000 | 1110000 | 1000110 | 10101 |
Color Harmonies of #1A5B10
Complementary color
Monochromatic Colors of #1A5B10
Black with #1A5B10
Text Example
Text Example
White with #1A5B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B10; }
p { color: rgb(26,91,16); }
H1.HeaderClassName
{
color: #1A5B10;
}
.AnyTagClassName
{
color: #1A5B10;
}
</style>
background-color css
<style>
a { background-color: #1A5B10; }
a { background-color: rgb(26,91,16); }
div.DivClassName
{
background-color: #1A5B10;
}
.BgClassName
{
background-color: #1A5B10;
}
</style>
border-color css
<style>
span { border-color: #1A5B10; }
span { border-color: rgb(26,91,16); }
td.TdClassName
{
border-color: #1A5B10;
}
.TagClassName
{
border-color: #1A5B10;
}
</style>