Shades of Myrtle #1A610C
Tints of Myrtle #1A610C
RGB
CMYK
RGB Variations
Color information
#1A610C (or 0x1A610C) is known color: Myrtle. HEX triplet: 1A, 61 and 0C. RGB value is (26,97,12). Sum of RGB (Red+Green+Blue) = 26+97+12=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #1A610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A610C is #E59EF3. Grayscale: #424242. Windows color (decimal): -15048436 or 811290. OLE color: 811290.
HSL color Cylindrical-coordinate representation of color #1A610C: hue angle of 110.12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A610C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 12 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.62 |
| HSL | 110.12º | 0.78% | 0.21% | - |
| HSV(B) | 110.12º | 0.88% | 0.38% | - |
| XYZ | 4.77 | 8.8 | 1.79 | - |
| YUV | 66.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 12 | 0.73 | 0 | 0.88 | 0.62 | 110.12 | 0.78 | 0.21 |
| Hex | 1A | 61 | C | 49 | 0 | 58 | 3E | 6E | 4E | 15 |
| Octal | 32 | 141 | 14 | 111 | 0 | 130 | 76 | 156 | 116 | 25 |
| Binary | 11010 | 1100001 | 1100 | 1001001 | 0 | 1011000 | 111110 | 1101110 | 1001110 | 10101 |
Color Harmonies of #1A610C
Complementary color
Monochromatic Colors of #1A610C
Black with #1A610C
Text Example
Text Example
White with #1A610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A610C; }
p { color: rgb(26,97,12); }
H1.HeaderClassName
{
color: #1A610C;
}
.AnyTagClassName
{
color: #1A610C;
}
</style>
background-color css
<style>
a { background-color: #1A610C; }
a { background-color: rgb(26,97,12); }
div.DivClassName
{
background-color: #1A610C;
}
.BgClassName
{
background-color: #1A610C;
}
</style>
border-color css
<style>
span { border-color: #1A610C; }
span { border-color: rgb(26,97,12); }
td.TdClassName
{
border-color: #1A610C;
}
.TagClassName
{
border-color: #1A610C;
}
</style>