Shades of Myrtle #1A421D
Tints of Myrtle #1A421D
RGB
CMYK
RGB Variations
Color information
#1A421D (or 0x1A421D) is known color: Myrtle. HEX triplet: 1A, 42 and 1D. RGB value is (26,66,29). Sum of RGB (Red+Green+Blue) = 26+66+29=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #1A421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A421D is #E5BDE2. Grayscale: #313131. Windows color (decimal): -15056355 or 1917466. OLE color: 1917466.
HSL color Cylindrical-coordinate representation of color #1A421D: hue angle of 124.5º 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 #1A421D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 29 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.74 |
| HSL | 124.5º | 0.43% | 0.18% | - |
| HSV(B) | 124.5º | 0.61% | 0.26% | - |
| XYZ | 2.6 | 4.2 | 1.84 | - |
| YUV | 49.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 29 | 0.61 | 0 | 0.56 | 0.74 | 124.5 | 0.43 | 0.18 |
| Hex | 1A | 42 | 1D | 3D | 0 | 38 | 4A | 7C | 2B | 12 |
| Octal | 32 | 102 | 35 | 75 | 0 | 70 | 112 | 174 | 53 | 22 |
| Binary | 11010 | 1000010 | 11101 | 111101 | 0 | 111000 | 1001010 | 1111100 | 101011 | 10010 |
Color Harmonies of #1A421D
Complementary color
Monochromatic Colors of #1A421D
Black with #1A421D
Text Example
Text Example
White with #1A421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A421D; }
p { color: rgb(26,66,29); }
H1.HeaderClassName
{
color: #1A421D;
}
.AnyTagClassName
{
color: #1A421D;
}
</style>
background-color css
<style>
a { background-color: #1A421D; }
a { background-color: rgb(26,66,29); }
div.DivClassName
{
background-color: #1A421D;
}
.BgClassName
{
background-color: #1A421D;
}
</style>
border-color css
<style>
span { border-color: #1A421D; }
span { border-color: rgb(26,66,29); }
td.TdClassName
{
border-color: #1A421D;
}
.TagClassName
{
border-color: #1A421D;
}
</style>