Shades of Myrtle #1A4B1D
Tints of Myrtle #1A4B1D
RGB
CMYK
RGB Variations
Color information
#1A4B1D (or 0x1A4B1D) is known color: Myrtle. HEX triplet: 1A, 4B and 1D. RGB value is (26,75,29). Sum of RGB (Red+Green+Blue) = 26+75+29=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B1D is #E5B4E2. Grayscale: #373737. Windows color (decimal): -15054051 or 1919770. OLE color: 1919770.
HSL color Cylindrical-coordinate representation of color #1A4B1D: hue angle of 123.67º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B1D is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 29 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.71 |
| HSL | 123.67º | 0.49% | 0.2% | - |
| HSV(B) | 123.67º | 0.65% | 0.29% | - |
| XYZ | 3.16 | 5.34 | 2.03 | - |
| YUV | 55.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 29 | 0.65 | 0 | 0.61 | 0.71 | 123.67 | 0.49 | 0.2 |
| Hex | 1A | 4B | 1D | 41 | 0 | 3D | 47 | 7C | 31 | 14 |
| Octal | 32 | 113 | 35 | 101 | 0 | 75 | 107 | 174 | 61 | 24 |
| Binary | 11010 | 1001011 | 11101 | 1000001 | 0 | 111101 | 1000111 | 1111100 | 110001 | 10100 |
Color Harmonies of #1A4B1D
Complementary color
Monochromatic Colors of #1A4B1D
Black with #1A4B1D
Text Example
Text Example
White with #1A4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B1D; }
p { color: rgb(26,75,29); }
H1.HeaderClassName
{
color: #1A4B1D;
}
.AnyTagClassName
{
color: #1A4B1D;
}
</style>
background-color css
<style>
a { background-color: #1A4B1D; }
a { background-color: rgb(26,75,29); }
div.DivClassName
{
background-color: #1A4B1D;
}
.BgClassName
{
background-color: #1A4B1D;
}
</style>
border-color css
<style>
span { border-color: #1A4B1D; }
span { border-color: rgb(26,75,29); }
td.TdClassName
{
border-color: #1A4B1D;
}
.TagClassName
{
border-color: #1A4B1D;
}
</style>