Shades of Myrtle #1A481C
Tints of Myrtle #1A481C
RGB
CMYK
RGB Variations
Color information
#1A481C (or 0x1A481C) is known color: Myrtle. HEX triplet: 1A, 48 and 1C. RGB value is (26,72,28). Sum of RGB (Red+Green+Blue) = 26+72+28=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #1A481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A481C is #E5B7E3. Grayscale: #353535. Windows color (decimal): -15054820 or 1853466. OLE color: 1853466.
HSL color Cylindrical-coordinate representation of color #1A481C: hue angle of 122.61º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A481C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 28 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.72 |
| HSL | 122.61º | 0.47% | 0.19% | - |
| HSV(B) | 122.61º | 0.64% | 0.28% | - |
| XYZ | 2.95 | 4.94 | 1.9 | - |
| YUV | 53.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 28 | 0.64 | 0 | 0.61 | 0.72 | 122.61 | 0.47 | 0.19 |
| Hex | 1A | 48 | 1C | 40 | 0 | 3D | 48 | 7B | 2F | 13 |
| Octal | 32 | 110 | 34 | 100 | 0 | 75 | 110 | 173 | 57 | 23 |
| Binary | 11010 | 1001000 | 11100 | 1000000 | 0 | 111101 | 1001000 | 1111011 | 101111 | 10011 |
Color Harmonies of #1A481C
Complementary color
Monochromatic Colors of #1A481C
Black with #1A481C
Text Example
Text Example
White with #1A481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A481C; }
p { color: rgb(26,72,28); }
H1.HeaderClassName
{
color: #1A481C;
}
.AnyTagClassName
{
color: #1A481C;
}
</style>
background-color css
<style>
a { background-color: #1A481C; }
a { background-color: rgb(26,72,28); }
div.DivClassName
{
background-color: #1A481C;
}
.BgClassName
{
background-color: #1A481C;
}
</style>
border-color css
<style>
span { border-color: #1A481C; }
span { border-color: rgb(26,72,28); }
td.TdClassName
{
border-color: #1A481C;
}
.TagClassName
{
border-color: #1A481C;
}
</style>