Shades of Myrtle #1A421A
Tints of Myrtle #1A421A
RGB
CMYK
RGB Variations
Color information
#1A421A (or 0x1A421A) is known color: Myrtle. HEX triplet: 1A, 42 and 1A. RGB value is (26,66,26). Sum of RGB (Red+Green+Blue) = 26+66+26=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #1A421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A421A is #E5BDE5. Grayscale: #313131. Windows color (decimal): -15056358 or 1720858. OLE color: 1720858.
HSL color Cylindrical-coordinate representation of color #1A421A: hue angle of 120º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A421A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 26 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.74 |
| HSL | 120º | 0.43% | 0.18% | - |
| HSV(B) | 120º | 0.61% | 0.26% | - |
| XYZ | 2.56 | 4.19 | 1.65 | - |
| YUV | 49.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 26 | 0.61 | 0 | 0.61 | 0.74 | 120 | 0.43 | 0.18 |
| Hex | 1A | 42 | 1A | 3D | 0 | 3D | 4A | 78 | 2B | 12 |
| Octal | 32 | 102 | 32 | 75 | 0 | 75 | 112 | 170 | 53 | 22 |
| Binary | 11010 | 1000010 | 11010 | 111101 | 0 | 111101 | 1001010 | 1111000 | 101011 | 10010 |
Color Harmonies of #1A421A
Complementary color
Monochromatic Colors of #1A421A
Black with #1A421A
Text Example
Text Example
White with #1A421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A421A; }
p { color: rgb(26,66,26); }
H1.HeaderClassName
{
color: #1A421A;
}
.AnyTagClassName
{
color: #1A421A;
}
</style>
background-color css
<style>
a { background-color: #1A421A; }
a { background-color: rgb(26,66,26); }
div.DivClassName
{
background-color: #1A421A;
}
.BgClassName
{
background-color: #1A421A;
}
</style>
border-color css
<style>
span { border-color: #1A421A; }
span { border-color: rgb(26,66,26); }
td.TdClassName
{
border-color: #1A421A;
}
.TagClassName
{
border-color: #1A421A;
}
</style>