Shades of Myrtle #1A581B
Tints of Myrtle #1A581B
RGB
CMYK
RGB Variations
Color information
#1A581B (or 0x1A581B) is known color: Myrtle. HEX triplet: 1A, 58 and 1B. RGB value is (26,88,27). Sum of RGB (Red+Green+Blue) = 26+88+27=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #1A581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A581B is #E5A7E4. Grayscale: #3E3E3E. Windows color (decimal): -15050725 or 1792026. OLE color: 1792026.
HSL color Cylindrical-coordinate representation of color #1A581B: hue angle of 120.97º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A581B is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 88 | 27 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.65 |
| HSL | 120.97º | 0.54% | 0.22% | - |
| HSV(B) | 120.97º | 0.7% | 0.35% | - |
| XYZ | 4.11 | 7.28 | 2.22 | - |
| YUV | 62.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 27 | 0.70 | 0 | 0.69 | 0.65 | 120.97 | 0.54 | 0.22 |
| Hex | 1A | 58 | 1B | 46 | 0 | 45 | 41 | 79 | 36 | 16 |
| Octal | 32 | 130 | 33 | 106 | 0 | 105 | 101 | 171 | 66 | 26 |
| Binary | 11010 | 1011000 | 11011 | 1000110 | 0 | 1000101 | 1000001 | 1111001 | 110110 | 10110 |
Color Harmonies of #1A581B
Complementary color
Monochromatic Colors of #1A581B
Black with #1A581B
Text Example
Text Example
White with #1A581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A581B; }
p { color: rgb(26,88,27); }
H1.HeaderClassName
{
color: #1A581B;
}
.AnyTagClassName
{
color: #1A581B;
}
</style>
background-color css
<style>
a { background-color: #1A581B; }
a { background-color: rgb(26,88,27); }
div.DivClassName
{
background-color: #1A581B;
}
.BgClassName
{
background-color: #1A581B;
}
</style>
border-color css
<style>
span { border-color: #1A581B; }
span { border-color: rgb(26,88,27); }
td.TdClassName
{
border-color: #1A581B;
}
.TagClassName
{
border-color: #1A581B;
}
</style>