Shades of Myrtle #1A511C
Tints of Myrtle #1A511C
RGB
CMYK
RGB Variations
Color information
#1A511C (or 0x1A511C) is known color: Myrtle. HEX triplet: 1A, 51 and 1C. RGB value is (26,81,28). Sum of RGB (Red+Green+Blue) = 26+81+28=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #1A511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A511C is #E5AEE3. Grayscale: #3A3A3A. Windows color (decimal): -15052516 or 1855770. OLE color: 1855770.
HSL color Cylindrical-coordinate representation of color #1A511C: hue angle of 122.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A511C is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 28 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.68 |
| HSL | 122.18º | 0.51% | 0.21% | - |
| HSV(B) | 122.18º | 0.68% | 0.32% | - |
| XYZ | 3.58 | 6.19 | 2.1 | - |
| YUV | 58.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 28 | 0.68 | 0 | 0.65 | 0.68 | 122.18 | 0.51 | 0.21 |
| Hex | 1A | 51 | 1C | 44 | 0 | 41 | 44 | 7A | 33 | 15 |
| Octal | 32 | 121 | 34 | 104 | 0 | 101 | 104 | 172 | 63 | 25 |
| Binary | 11010 | 1010001 | 11100 | 1000100 | 0 | 1000001 | 1000100 | 1111010 | 110011 | 10101 |
Color Harmonies of #1A511C
Complementary color
Monochromatic Colors of #1A511C
Black with #1A511C
Text Example
Text Example
White with #1A511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A511C; }
p { color: rgb(26,81,28); }
H1.HeaderClassName
{
color: #1A511C;
}
.AnyTagClassName
{
color: #1A511C;
}
</style>
background-color css
<style>
a { background-color: #1A511C; }
a { background-color: rgb(26,81,28); }
div.DivClassName
{
background-color: #1A511C;
}
.BgClassName
{
background-color: #1A511C;
}
</style>
border-color css
<style>
span { border-color: #1A511C; }
span { border-color: rgb(26,81,28); }
td.TdClassName
{
border-color: #1A511C;
}
.TagClassName
{
border-color: #1A511C;
}
</style>