Shades of Myrtle #1A5B00
Tints of Myrtle #1A5B00
RGB
CMYK
RGB Variations
Color information
#1A5B00 (or 0x1A5B00) is known color: Myrtle. HEX triplet: 1A, 5B and 00. RGB value is (26,91,0). Sum of RGB (Red+Green+Blue) = 26+91+0=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5B00 is #E5A4FF. Grayscale: #3D3D3D. Windows color (decimal): -15049984 or 23322. OLE color: 23322.
HSL color Cylindrical-coordinate representation of color #1A5B00: hue angle of 102.86º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A5B00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.64 |
| HSL | 102.86º | 1% | 0.18% | - |
| HSV(B) | 102.86º | 1% | 0.36% | - |
| XYZ | 4.17 | 7.7 | 1.27 | - |
| YUV | 61.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 0 | 0.71 | 0 | 1 | 0.64 | 102.86 | 1 | 0.18 |
| Hex | 1A | 5B | 0 | 47 | 0 | 64 | 40 | 67 | 64 | 12 |
| Octal | 32 | 133 | 0 | 107 | 0 | 144 | 100 | 147 | 144 | 22 |
| Binary | 11010 | 1011011 | 0 | 1000111 | 0 | 1100100 | 1000000 | 1100111 | 1100100 | 10010 |
Color Harmonies of #1A5B00
Complementary color
Monochromatic Colors of #1A5B00
Black with #1A5B00
Text Example
Text Example
White with #1A5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B00; }
p { color: rgb(26,91,0); }
H1.HeaderClassName
{
color: #1A5B00;
}
.AnyTagClassName
{
color: #1A5B00;
}
</style>
background-color css
<style>
a { background-color: #1A5B00; }
a { background-color: rgb(26,91,0); }
div.DivClassName
{
background-color: #1A5B00;
}
.BgClassName
{
background-color: #1A5B00;
}
</style>
border-color css
<style>
span { border-color: #1A5B00; }
span { border-color: rgb(26,91,0); }
td.TdClassName
{
border-color: #1A5B00;
}
.TagClassName
{
border-color: #1A5B00;
}
</style>