Shades of Myrtle #1A5120
Tints of Myrtle #1A5120
RGB
CMYK
RGB Variations
Color information
#1A5120 (or 0x1A5120) is known color: Myrtle. HEX triplet: 1A, 51 and 20. RGB value is (26,81,32). Sum of RGB (Red+Green+Blue) = 26+81+32=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5120 is #E5AEDF. Grayscale: #3B3B3B. Windows color (decimal): -15052512 or 2117914. OLE color: 2117914.
HSL color Cylindrical-coordinate representation of color #1A5120: hue angle of 126.55º 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 #1A5120 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 32 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.68 |
| HSL | 126.55º | 0.51% | 0.21% | - |
| HSV(B) | 126.55º | 0.68% | 0.32% | - |
| XYZ | 3.63 | 6.21 | 2.37 | - |
| YUV | 58.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 32 | 0.68 | 0 | 0.60 | 0.68 | 126.55 | 0.51 | 0.21 |
| Hex | 1A | 51 | 20 | 44 | 0 | 3C | 44 | 7F | 33 | 15 |
| Octal | 32 | 121 | 40 | 104 | 0 | 74 | 104 | 177 | 63 | 25 |
| Binary | 11010 | 1010001 | 100000 | 1000100 | 0 | 111100 | 1000100 | 1111111 | 110011 | 10101 |
Color Harmonies of #1A5120
Complementary color
Monochromatic Colors of #1A5120
Black with #1A5120
Text Example
Text Example
White with #1A5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5120; }
p { color: rgb(26,81,32); }
H1.HeaderClassName
{
color: #1A5120;
}
.AnyTagClassName
{
color: #1A5120;
}
</style>
background-color css
<style>
a { background-color: #1A5120; }
a { background-color: rgb(26,81,32); }
div.DivClassName
{
background-color: #1A5120;
}
.BgClassName
{
background-color: #1A5120;
}
</style>
border-color css
<style>
span { border-color: #1A5120; }
span { border-color: rgb(26,81,32); }
td.TdClassName
{
border-color: #1A5120;
}
.TagClassName
{
border-color: #1A5120;
}
</style>