Shades of Myrtle #1A630C
Tints of Myrtle #1A630C
RGB
CMYK
RGB Variations
Color information
#1A630C (or 0x1A630C) is known color: Myrtle. HEX triplet: 1A, 63 and 0C. RGB value is (26,99,12). Sum of RGB (Red+Green+Blue) = 26+99+12=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #1A630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A630C is #E59CF3. Grayscale: #434343. Windows color (decimal): -15047924 or 811802. OLE color: 811802.
HSL color Cylindrical-coordinate representation of color #1A630C: hue angle of 110.34º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A630C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 12 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.61 |
| HSL | 110.34º | 0.78% | 0.22% | - |
| HSV(B) | 110.34º | 0.88% | 0.39% | - |
| XYZ | 4.95 | 9.17 | 1.86 | - |
| YUV | 67.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 12 | 0.74 | 0 | 0.88 | 0.61 | 110.34 | 0.78 | 0.22 |
| Hex | 1A | 63 | C | 4A | 0 | 58 | 3D | 6E | 4E | 16 |
| Octal | 32 | 143 | 14 | 112 | 0 | 130 | 75 | 156 | 116 | 26 |
| Binary | 11010 | 1100011 | 1100 | 1001010 | 0 | 1011000 | 111101 | 1101110 | 1001110 | 10110 |
Color Harmonies of #1A630C
Complementary color
Monochromatic Colors of #1A630C
Black with #1A630C
Text Example
Text Example
White with #1A630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A630C; }
p { color: rgb(26,99,12); }
H1.HeaderClassName
{
color: #1A630C;
}
.AnyTagClassName
{
color: #1A630C;
}
</style>
background-color css
<style>
a { background-color: #1A630C; }
a { background-color: rgb(26,99,12); }
div.DivClassName
{
background-color: #1A630C;
}
.BgClassName
{
background-color: #1A630C;
}
</style>
border-color css
<style>
span { border-color: #1A630C; }
span { border-color: rgb(26,99,12); }
td.TdClassName
{
border-color: #1A630C;
}
.TagClassName
{
border-color: #1A630C;
}
</style>