Shades of Myrtle #1A4320
Tints of Myrtle #1A4320
RGB
CMYK
RGB Variations
Color information
#1A4320 (or 0x1A4320) is known color: Myrtle. HEX triplet: 1A, 43 and 20. RGB value is (26,67,32). Sum of RGB (Red+Green+Blue) = 26+67+32=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4320 is #E5BCDF. Grayscale: #323232. Windows color (decimal): -15056096 or 2114330. OLE color: 2114330.
HSL color Cylindrical-coordinate representation of color #1A4320: hue angle of 128.78º degrees, saturation: 0.44, 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 #1A4320 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 32 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.74 |
| HSL | 128.78º | 0.44% | 0.18% | - |
| HSV(B) | 128.78º | 0.61% | 0.26% | - |
| XYZ | 2.69 | 4.34 | 2.06 | - |
| YUV | 50.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 32 | 0.61 | 0 | 0.52 | 0.74 | 128.78 | 0.44 | 0.18 |
| Hex | 1A | 43 | 20 | 3D | 0 | 34 | 4A | 81 | 2C | 12 |
| Octal | 32 | 103 | 40 | 75 | 0 | 64 | 112 | 201 | 54 | 22 |
| Binary | 11010 | 1000011 | 100000 | 111101 | 0 | 110100 | 1001010 | 10000001 | 101100 | 10010 |
Color Harmonies of #1A4320
Complementary color
Monochromatic Colors of #1A4320
Black with #1A4320
Text Example
Text Example
White with #1A4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4320; }
p { color: rgb(26,67,32); }
H1.HeaderClassName
{
color: #1A4320;
}
.AnyTagClassName
{
color: #1A4320;
}
</style>
background-color css
<style>
a { background-color: #1A4320; }
a { background-color: rgb(26,67,32); }
div.DivClassName
{
background-color: #1A4320;
}
.BgClassName
{
background-color: #1A4320;
}
</style>
border-color css
<style>
span { border-color: #1A4320; }
span { border-color: rgb(26,67,32); }
td.TdClassName
{
border-color: #1A4320;
}
.TagClassName
{
border-color: #1A4320;
}
</style>