Shades of Myrtle #1A4215
Tints of Myrtle #1A4215
RGB
CMYK
RGB Variations
Color information
#1A4215 (or 0x1A4215) is known color: Myrtle. HEX triplet: 1A, 42 and 15. RGB value is (26,66,21). Sum of RGB (Red+Green+Blue) = 26+66+21=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4215 is #E5BDEA. Grayscale: #313131. Windows color (decimal): -15056363 or 1393178. OLE color: 1393178.
HSL color Cylindrical-coordinate representation of color #1A4215: hue angle of 113.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4215 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 21 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.74 |
| HSL | 113.33º | 0.52% | 0.17% | - |
| HSV(B) | 113.33º | 0.68% | 0.26% | - |
| XYZ | 2.51 | 4.17 | 1.38 | - |
| YUV | 48.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 21 | 0.61 | 0 | 0.68 | 0.74 | 113.33 | 0.52 | 0.17 |
| Hex | 1A | 42 | 15 | 3D | 0 | 44 | 4A | 71 | 34 | 11 |
| Octal | 32 | 102 | 25 | 75 | 0 | 104 | 112 | 161 | 64 | 21 |
| Binary | 11010 | 1000010 | 10101 | 111101 | 0 | 1000100 | 1001010 | 1110001 | 110100 | 10001 |
Color Harmonies of #1A4215
Complementary color
Monochromatic Colors of #1A4215
Black with #1A4215
Text Example
Text Example
White with #1A4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4215; }
p { color: rgb(26,66,21); }
H1.HeaderClassName
{
color: #1A4215;
}
.AnyTagClassName
{
color: #1A4215;
}
</style>
background-color css
<style>
a { background-color: #1A4215; }
a { background-color: rgb(26,66,21); }
div.DivClassName
{
background-color: #1A4215;
}
.BgClassName
{
background-color: #1A4215;
}
</style>
border-color css
<style>
span { border-color: #1A4215; }
span { border-color: rgb(26,66,21); }
td.TdClassName
{
border-color: #1A4215;
}
.TagClassName
{
border-color: #1A4215;
}
</style>