Shades of Myrtle #1A401E
Tints of Myrtle #1A401E
RGB
CMYK
RGB Variations
Color information
#1A401E (or 0x1A401E) is known color: Myrtle. HEX triplet: 1A, 40 and 1E. RGB value is (26,64,30). Sum of RGB (Red+Green+Blue) = 26+64+30=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #1A401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A401E is #E5BFE1. Grayscale: #303030. Windows color (decimal): -15056866 or 1982490. OLE color: 1982490.
HSL color Cylindrical-coordinate representation of color #1A401E: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A401E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 30 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.75 |
| HSL | 126.32º | 0.42% | 0.18% | - |
| HSV(B) | 126.32º | 0.59% | 0.25% | - |
| XYZ | 2.49 | 3.98 | 1.87 | - |
| YUV | 48.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 30 | 0.59 | 0 | 0.53 | 0.75 | 126.32 | 0.42 | 0.18 |
| Hex | 1A | 40 | 1E | 3B | 0 | 35 | 4B | 7E | 2A | 12 |
| Octal | 32 | 100 | 36 | 73 | 0 | 65 | 113 | 176 | 52 | 22 |
| Binary | 11010 | 1000000 | 11110 | 111011 | 0 | 110101 | 1001011 | 1111110 | 101010 | 10010 |
Color Harmonies of #1A401E
Complementary color
Monochromatic Colors of #1A401E
Black with #1A401E
Text Example
Text Example
White with #1A401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A401E; }
p { color: rgb(26,64,30); }
H1.HeaderClassName
{
color: #1A401E;
}
.AnyTagClassName
{
color: #1A401E;
}
</style>
background-color css
<style>
a { background-color: #1A401E; }
a { background-color: rgb(26,64,30); }
div.DivClassName
{
background-color: #1A401E;
}
.BgClassName
{
background-color: #1A401E;
}
</style>
border-color css
<style>
span { border-color: #1A401E; }
span { border-color: rgb(26,64,30); }
td.TdClassName
{
border-color: #1A401E;
}
.TagClassName
{
border-color: #1A401E;
}
</style>