Shades of Myrtle #1A441E
Tints of Myrtle #1A441E
RGB
CMYK
RGB Variations
Color information
#1A441E (or 0x1A441E) is known color: Myrtle. HEX triplet: 1A, 44 and 1E. RGB value is (26,68,30). Sum of RGB (Red+Green+Blue) = 26+68+30=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #1A441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A441E is #E5BBE1. Grayscale: #333333. Windows color (decimal): -15055842 or 1983514. OLE color: 1983514.
HSL color Cylindrical-coordinate representation of color #1A441E: hue angle of 125.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A441E is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 68 | 30 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.73 |
| HSL | 125.71º | 0.45% | 0.18% | - |
| HSV(B) | 125.71º | 0.62% | 0.27% | - |
| XYZ | 2.73 | 4.45 | 1.94 | - |
| YUV | 51.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 30 | 0.62 | 0 | 0.56 | 0.73 | 125.71 | 0.45 | 0.18 |
| Hex | 1A | 44 | 1E | 3E | 0 | 38 | 49 | 7E | 2D | 12 |
| Octal | 32 | 104 | 36 | 76 | 0 | 70 | 111 | 176 | 55 | 22 |
| Binary | 11010 | 1000100 | 11110 | 111110 | 0 | 111000 | 1001001 | 1111110 | 101101 | 10010 |
Color Harmonies of #1A441E
Complementary color
Monochromatic Colors of #1A441E
Black with #1A441E
Text Example
Text Example
White with #1A441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A441E; }
p { color: rgb(26,68,30); }
H1.HeaderClassName
{
color: #1A441E;
}
.AnyTagClassName
{
color: #1A441E;
}
</style>
background-color css
<style>
a { background-color: #1A441E; }
a { background-color: rgb(26,68,30); }
div.DivClassName
{
background-color: #1A441E;
}
.BgClassName
{
background-color: #1A441E;
}
</style>
border-color css
<style>
span { border-color: #1A441E; }
span { border-color: rgb(26,68,30); }
td.TdClassName
{
border-color: #1A441E;
}
.TagClassName
{
border-color: #1A441E;
}
</style>