Shades of Myrtle #1A491F
Tints of Myrtle #1A491F
RGB
CMYK
RGB Variations
Color information
#1A491F (or 0x1A491F) is known color: Myrtle. HEX triplet: 1A, 49 and 1F. RGB value is (26,73,31). Sum of RGB (Red+Green+Blue) = 26+73+31=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #1A491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A491F is #E5B6E0. Grayscale: #363636. Windows color (decimal): -15054561 or 2050330. OLE color: 2050330.
HSL color Cylindrical-coordinate representation of color #1A491F: hue angle of 126.38º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A491F is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 31 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.71 |
| HSL | 126.38º | 0.47% | 0.19% | - |
| HSV(B) | 126.38º | 0.64% | 0.29% | - |
| XYZ | 3.06 | 5.08 | 2.12 | - |
| YUV | 54.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 31 | 0.64 | 0 | 0.58 | 0.71 | 126.38 | 0.47 | 0.19 |
| Hex | 1A | 49 | 1F | 40 | 0 | 3A | 47 | 7E | 2F | 13 |
| Octal | 32 | 111 | 37 | 100 | 0 | 72 | 107 | 176 | 57 | 23 |
| Binary | 11010 | 1001001 | 11111 | 1000000 | 0 | 111010 | 1000111 | 1111110 | 101111 | 10011 |
Color Harmonies of #1A491F
Complementary color
Monochromatic Colors of #1A491F
Black with #1A491F
Text Example
Text Example
White with #1A491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A491F; }
p { color: rgb(26,73,31); }
H1.HeaderClassName
{
color: #1A491F;
}
.AnyTagClassName
{
color: #1A491F;
}
</style>
background-color css
<style>
a { background-color: #1A491F; }
a { background-color: rgb(26,73,31); }
div.DivClassName
{
background-color: #1A491F;
}
.BgClassName
{
background-color: #1A491F;
}
</style>
border-color css
<style>
span { border-color: #1A491F; }
span { border-color: rgb(26,73,31); }
td.TdClassName
{
border-color: #1A491F;
}
.TagClassName
{
border-color: #1A491F;
}
</style>