Shades of Myrtle #1A491C
Tints of Myrtle #1A491C
RGB
CMYK
RGB Variations
Color information
#1A491C (or 0x1A491C) is known color: Myrtle. HEX triplet: 1A, 49 and 1C. RGB value is (26,73,28). Sum of RGB (Red+Green+Blue) = 26+73+28=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #1A491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A491C is #E5B6E3. Grayscale: #353535. Windows color (decimal): -15054564 or 1853722. OLE color: 1853722.
HSL color Cylindrical-coordinate representation of color #1A491C: hue angle of 122.55º 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 #1A491C is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 28 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.71 |
| HSL | 122.55º | 0.47% | 0.19% | - |
| HSV(B) | 122.55º | 0.64% | 0.29% | - |
| XYZ | 3.02 | 5.07 | 1.92 | - |
| YUV | 53.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 28 | 0.64 | 0 | 0.62 | 0.71 | 122.55 | 0.47 | 0.19 |
| Hex | 1A | 49 | 1C | 40 | 0 | 3E | 47 | 7B | 2F | 13 |
| Octal | 32 | 111 | 34 | 100 | 0 | 76 | 107 | 173 | 57 | 23 |
| Binary | 11010 | 1001001 | 11100 | 1000000 | 0 | 111110 | 1000111 | 1111011 | 101111 | 10011 |
Color Harmonies of #1A491C
Complementary color
Monochromatic Colors of #1A491C
Black with #1A491C
Text Example
Text Example
White with #1A491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A491C; }
p { color: rgb(26,73,28); }
H1.HeaderClassName
{
color: #1A491C;
}
.AnyTagClassName
{
color: #1A491C;
}
</style>
background-color css
<style>
a { background-color: #1A491C; }
a { background-color: rgb(26,73,28); }
div.DivClassName
{
background-color: #1A491C;
}
.BgClassName
{
background-color: #1A491C;
}
</style>
border-color css
<style>
span { border-color: #1A491C; }
span { border-color: rgb(26,73,28); }
td.TdClassName
{
border-color: #1A491C;
}
.TagClassName
{
border-color: #1A491C;
}
</style>