Shades of Myrtle #1A620C
Tints of Myrtle #1A620C
RGB
CMYK
RGB Variations
Color information
#1A620C (or 0x1A620C) is known color: Myrtle. HEX triplet: 1A, 62 and 0C. RGB value is (26,98,12). Sum of RGB (Red+Green+Blue) = 26+98+12=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #1A620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A620C is #E59DF3. Grayscale: #424242. Windows color (decimal): -15048180 or 811546. OLE color: 811546.
HSL color Cylindrical-coordinate representation of color #1A620C: hue angle of 110.23º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A620C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 98 | 12 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.62 |
| HSL | 110.23º | 0.78% | 0.22% | - |
| HSV(B) | 110.23º | 0.88% | 0.38% | - |
| XYZ | 4.86 | 8.98 | 1.83 | - |
| YUV | 66.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 12 | 0.73 | 0 | 0.88 | 0.62 | 110.23 | 0.78 | 0.22 |
| Hex | 1A | 62 | C | 49 | 0 | 58 | 3E | 6E | 4E | 16 |
| Octal | 32 | 142 | 14 | 111 | 0 | 130 | 76 | 156 | 116 | 26 |
| Binary | 11010 | 1100010 | 1100 | 1001001 | 0 | 1011000 | 111110 | 1101110 | 1001110 | 10110 |
Color Harmonies of #1A620C
Complementary color
Monochromatic Colors of #1A620C
Black with #1A620C
Text Example
Text Example
White with #1A620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A620C; }
p { color: rgb(26,98,12); }
H1.HeaderClassName
{
color: #1A620C;
}
.AnyTagClassName
{
color: #1A620C;
}
</style>
background-color css
<style>
a { background-color: #1A620C; }
a { background-color: rgb(26,98,12); }
div.DivClassName
{
background-color: #1A620C;
}
.BgClassName
{
background-color: #1A620C;
}
</style>
border-color css
<style>
span { border-color: #1A620C; }
span { border-color: rgb(26,98,12); }
td.TdClassName
{
border-color: #1A620C;
}
.TagClassName
{
border-color: #1A620C;
}
</style>