Shades of Myrtle #1A530C
Tints of Myrtle #1A530C
RGB
CMYK
RGB Variations
Color information
#1A530C (or 0x1A530C) is known color: Myrtle. HEX triplet: 1A, 53 and 0C. RGB value is (26,83,12). Sum of RGB (Red+Green+Blue) = 26+83+12=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #1A530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A530C is #E5ACF3. Grayscale: #3A3A3A. Windows color (decimal): -15052020 or 807706. OLE color: 807706.
HSL color Cylindrical-coordinate representation of color #1A530C: hue angle of 108.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A530C is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 12 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.67 |
| HSL | 108.17º | 0.75% | 0.19% | - |
| HSV(B) | 108.17º | 0.86% | 0.33% | - |
| XYZ | 3.59 | 6.43 | 1.4 | - |
| YUV | 57.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 12 | 0.69 | 0 | 0.86 | 0.67 | 108.17 | 0.75 | 0.19 |
| Hex | 1A | 53 | C | 45 | 0 | 56 | 43 | 6C | 4B | 13 |
| Octal | 32 | 123 | 14 | 105 | 0 | 126 | 103 | 154 | 113 | 23 |
| Binary | 11010 | 1010011 | 1100 | 1000101 | 0 | 1010110 | 1000011 | 1101100 | 1001011 | 10011 |
Color Harmonies of #1A530C
Complementary color
Monochromatic Colors of #1A530C
Black with #1A530C
Text Example
Text Example
White with #1A530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A530C; }
p { color: rgb(26,83,12); }
H1.HeaderClassName
{
color: #1A530C;
}
.AnyTagClassName
{
color: #1A530C;
}
</style>
background-color css
<style>
a { background-color: #1A530C; }
a { background-color: rgb(26,83,12); }
div.DivClassName
{
background-color: #1A530C;
}
.BgClassName
{
background-color: #1A530C;
}
</style>
border-color css
<style>
span { border-color: #1A530C; }
span { border-color: rgb(26,83,12); }
td.TdClassName
{
border-color: #1A530C;
}
.TagClassName
{
border-color: #1A530C;
}
</style>