Shades of Myrtle #1A461A
Tints of Myrtle #1A461A
RGB
CMYK
RGB Variations
Color information
#1A461A (or 0x1A461A) is known color: Myrtle. HEX triplet: 1A, 46 and 1A. RGB value is (26,70,26). Sum of RGB (Red+Green+Blue) = 26+70+26=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #1A461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A461A is #E5B9E5. Grayscale: #333333. Windows color (decimal): -15055334 or 1721882. OLE color: 1721882.
HSL color Cylindrical-coordinate representation of color #1A461A: hue angle of 120º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A461A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 70 | 26 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.73 |
| HSL | 120º | 0.46% | 0.19% | - |
| HSV(B) | 120º | 0.63% | 0.27% | - |
| XYZ | 2.8 | 4.67 | 1.73 | - |
| YUV | 51.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 26 | 0.63 | 0 | 0.63 | 0.73 | 120 | 0.46 | 0.19 |
| Hex | 1A | 46 | 1A | 3F | 0 | 3F | 49 | 78 | 2E | 13 |
| Octal | 32 | 106 | 32 | 77 | 0 | 77 | 111 | 170 | 56 | 23 |
| Binary | 11010 | 1000110 | 11010 | 111111 | 0 | 111111 | 1001001 | 1111000 | 101110 | 10011 |
Color Harmonies of #1A461A
Complementary color
Monochromatic Colors of #1A461A
Black with #1A461A
Text Example
Text Example
White with #1A461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A461A; }
p { color: rgb(26,70,26); }
H1.HeaderClassName
{
color: #1A461A;
}
.AnyTagClassName
{
color: #1A461A;
}
</style>
background-color css
<style>
a { background-color: #1A461A; }
a { background-color: rgb(26,70,26); }
div.DivClassName
{
background-color: #1A461A;
}
.BgClassName
{
background-color: #1A461A;
}
</style>
border-color css
<style>
span { border-color: #1A461A; }
span { border-color: rgb(26,70,26); }
td.TdClassName
{
border-color: #1A461A;
}
.TagClassName
{
border-color: #1A461A;
}
</style>