Shades of Myrtle #1A5010
Tints of Myrtle #1A5010
RGB
CMYK
RGB Variations
Color information
#1A5010 (or 0x1A5010) is known color: Myrtle. HEX triplet: 1A, 50 and 10. RGB value is (26,80,16). Sum of RGB (Red+Green+Blue) = 26+80+16=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5010 is #E5AFEF. Grayscale: #383838. Windows color (decimal): -15052784 or 1069082. OLE color: 1069082.
HSL color Cylindrical-coordinate representation of color #1A5010: hue angle of 110.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5010 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 16 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.69 |
| HSL | 110.63º | 0.67% | 0.19% | - |
| HSV(B) | 110.63º | 0.8% | 0.31% | - |
| XYZ | 3.39 | 5.99 | 1.47 | - |
| YUV | 56.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 16 | 0.67 | 0 | 0.80 | 0.69 | 110.63 | 0.67 | 0.19 |
| Hex | 1A | 50 | 10 | 43 | 0 | 50 | 45 | 6F | 43 | 13 |
| Octal | 32 | 120 | 20 | 103 | 0 | 120 | 105 | 157 | 103 | 23 |
| Binary | 11010 | 1010000 | 10000 | 1000011 | 0 | 1010000 | 1000101 | 1101111 | 1000011 | 10011 |
Color Harmonies of #1A5010
Complementary color
Monochromatic Colors of #1A5010
Black with #1A5010
Text Example
Text Example
White with #1A5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5010; }
p { color: rgb(26,80,16); }
H1.HeaderClassName
{
color: #1A5010;
}
.AnyTagClassName
{
color: #1A5010;
}
</style>
background-color css
<style>
a { background-color: #1A5010; }
a { background-color: rgb(26,80,16); }
div.DivClassName
{
background-color: #1A5010;
}
.BgClassName
{
background-color: #1A5010;
}
</style>
border-color css
<style>
span { border-color: #1A5010; }
span { border-color: rgb(26,80,16); }
td.TdClassName
{
border-color: #1A5010;
}
.TagClassName
{
border-color: #1A5010;
}
</style>