Shades of Myrtle #1A500B
Tints of Myrtle #1A500B
RGB
CMYK
RGB Variations
Color information
#1A500B (or 0x1A500B) is known color: Myrtle. HEX triplet: 1A, 50 and 0B. RGB value is (26,80,11). Sum of RGB (Red+Green+Blue) = 26+80+11=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #1A500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A500B is #E5AFF4. Grayscale: #383838. Windows color (decimal): -15052789 or 741402. OLE color: 741402.
HSL color Cylindrical-coordinate representation of color #1A500B: hue angle of 106.96º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A500B is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 11 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.69 |
| HSL | 106.96º | 0.76% | 0.18% | - |
| HSV(B) | 106.96º | 0.86% | 0.31% | - |
| XYZ | 3.36 | 5.98 | 1.29 | - |
| YUV | 55.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 11 | 0.67 | 0 | 0.86 | 0.69 | 106.96 | 0.76 | 0.18 |
| Hex | 1A | 50 | B | 43 | 0 | 56 | 45 | 6B | 4C | 12 |
| Octal | 32 | 120 | 13 | 103 | 0 | 126 | 105 | 153 | 114 | 22 |
| Binary | 11010 | 1010000 | 1011 | 1000011 | 0 | 1010110 | 1000101 | 1101011 | 1001100 | 10010 |
Color Harmonies of #1A500B
Complementary color
Monochromatic Colors of #1A500B
Black with #1A500B
Text Example
Text Example
White with #1A500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A500B; }
p { color: rgb(26,80,11); }
H1.HeaderClassName
{
color: #1A500B;
}
.AnyTagClassName
{
color: #1A500B;
}
</style>
background-color css
<style>
a { background-color: #1A500B; }
a { background-color: rgb(26,80,11); }
div.DivClassName
{
background-color: #1A500B;
}
.BgClassName
{
background-color: #1A500B;
}
</style>
border-color css
<style>
span { border-color: #1A500B; }
span { border-color: rgb(26,80,11); }
td.TdClassName
{
border-color: #1A500B;
}
.TagClassName
{
border-color: #1A500B;
}
</style>