Shades of Myrtle #1A4316
Tints of Myrtle #1A4316
RGB
CMYK
RGB Variations
Color information
#1A4316 (or 0x1A4316) is known color: Myrtle. HEX triplet: 1A, 43 and 16. RGB value is (26,67,22). Sum of RGB (Red+Green+Blue) = 26+67+22=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4316 is #E5BCE9. Grayscale: #313131. Windows color (decimal): -15056106 or 1458970. OLE color: 1458970.
HSL color Cylindrical-coordinate representation of color #1A4316: hue angle of 114.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4316 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 22 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.74 |
| HSL | 114.67º | 0.51% | 0.17% | - |
| HSV(B) | 114.67º | 0.67% | 0.26% | - |
| XYZ | 2.58 | 4.29 | 1.45 | - |
| YUV | 49.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 22 | 0.61 | 0 | 0.67 | 0.74 | 114.67 | 0.51 | 0.17 |
| Hex | 1A | 43 | 16 | 3D | 0 | 43 | 4A | 73 | 33 | 11 |
| Octal | 32 | 103 | 26 | 75 | 0 | 103 | 112 | 163 | 63 | 21 |
| Binary | 11010 | 1000011 | 10110 | 111101 | 0 | 1000011 | 1001010 | 1110011 | 110011 | 10001 |
Color Harmonies of #1A4316
Complementary color
Monochromatic Colors of #1A4316
Black with #1A4316
Text Example
Text Example
White with #1A4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4316; }
p { color: rgb(26,67,22); }
H1.HeaderClassName
{
color: #1A4316;
}
.AnyTagClassName
{
color: #1A4316;
}
</style>
background-color css
<style>
a { background-color: #1A4316; }
a { background-color: rgb(26,67,22); }
div.DivClassName
{
background-color: #1A4316;
}
.BgClassName
{
background-color: #1A4316;
}
</style>
border-color css
<style>
span { border-color: #1A4316; }
span { border-color: rgb(26,67,22); }
td.TdClassName
{
border-color: #1A4316;
}
.TagClassName
{
border-color: #1A4316;
}
</style>