Shades of Myrtle #1A421B
Tints of Myrtle #1A421B
RGB
CMYK
RGB Variations
Color information
#1A421B (or 0x1A421B) is known color: Myrtle. HEX triplet: 1A, 42 and 1B. RGB value is (26,66,27). Sum of RGB (Red+Green+Blue) = 26+66+27=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #1A421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A421B is #E5BDE4. Grayscale: #313131. Windows color (decimal): -15056357 or 1786394. OLE color: 1786394.
HSL color Cylindrical-coordinate representation of color #1A421B: hue angle of 121.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 #1A421B is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 27 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.74 |
| HSL | 121.5º | 0.43% | 0.18% | - |
| HSV(B) | 121.5º | 0.61% | 0.26% | - |
| XYZ | 2.57 | 4.2 | 1.71 | - |
| YUV | 49.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 27 | 0.61 | 0 | 0.59 | 0.74 | 121.5 | 0.43 | 0.18 |
| Hex | 1A | 42 | 1B | 3D | 0 | 3B | 4A | 7A | 2B | 12 |
| Octal | 32 | 102 | 33 | 75 | 0 | 73 | 112 | 172 | 53 | 22 |
| Binary | 11010 | 1000010 | 11011 | 111101 | 0 | 111011 | 1001010 | 1111010 | 101011 | 10010 |
Color Harmonies of #1A421B
Complementary color
Monochromatic Colors of #1A421B
Black with #1A421B
Text Example
Text Example
White with #1A421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A421B; }
p { color: rgb(26,66,27); }
H1.HeaderClassName
{
color: #1A421B;
}
.AnyTagClassName
{
color: #1A421B;
}
</style>
background-color css
<style>
a { background-color: #1A421B; }
a { background-color: rgb(26,66,27); }
div.DivClassName
{
background-color: #1A421B;
}
.BgClassName
{
background-color: #1A421B;
}
</style>
border-color css
<style>
span { border-color: #1A421B; }
span { border-color: rgb(26,66,27); }
td.TdClassName
{
border-color: #1A421B;
}
.TagClassName
{
border-color: #1A421B;
}
</style>