Shades of Myrtle #1A4C1C
Tints of Myrtle #1A4C1C
RGB
CMYK
RGB Variations
Color information
#1A4C1C (or 0x1A4C1C) is known color: Myrtle. HEX triplet: 1A, 4C and 1C. RGB value is (26,76,28). Sum of RGB (Red+Green+Blue) = 26+76+28=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C1C is #E5B3E3. Grayscale: #373737. Windows color (decimal): -15053796 or 1854490. OLE color: 1854490.
HSL color Cylindrical-coordinate representation of color #1A4C1C: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4C1C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 76 | 28 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.70 |
| HSL | 122.4º | 0.49% | 0.2% | - |
| HSV(B) | 122.4º | 0.66% | 0.3% | - |
| XYZ | 3.22 | 5.47 | 1.99 | - |
| YUV | 55.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 28 | 0.66 | 0 | 0.63 | 0.70 | 122.4 | 0.49 | 0.2 |
| Hex | 1A | 4C | 1C | 42 | 0 | 3F | 46 | 7A | 31 | 14 |
| Octal | 32 | 114 | 34 | 102 | 0 | 77 | 106 | 172 | 61 | 24 |
| Binary | 11010 | 1001100 | 11100 | 1000010 | 0 | 111111 | 1000110 | 1111010 | 110001 | 10100 |
Color Harmonies of #1A4C1C
Complementary color
Monochromatic Colors of #1A4C1C
Black with #1A4C1C
Text Example
Text Example
White with #1A4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C1C; }
p { color: rgb(26,76,28); }
H1.HeaderClassName
{
color: #1A4C1C;
}
.AnyTagClassName
{
color: #1A4C1C;
}
</style>
background-color css
<style>
a { background-color: #1A4C1C; }
a { background-color: rgb(26,76,28); }
div.DivClassName
{
background-color: #1A4C1C;
}
.BgClassName
{
background-color: #1A4C1C;
}
</style>
border-color css
<style>
span { border-color: #1A4C1C; }
span { border-color: rgb(26,76,28); }
td.TdClassName
{
border-color: #1A4C1C;
}
.TagClassName
{
border-color: #1A4C1C;
}
</style>