Shades of Myrtle #1A3B1D
Tints of Myrtle #1A3B1D
RGB
CMYK
RGB Variations
Color information
#1A3B1D (or 0x1A3B1D) is known color: Myrtle. HEX triplet: 1A, 3B and 1D. RGB value is (26,59,29). Sum of RGB (Red+Green+Blue) = 26+59+29=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3B1D is #E5C4E2. Grayscale: #2D2D2D. Windows color (decimal): -15058147 or 1915674. OLE color: 1915674.
HSL color Cylindrical-coordinate representation of color #1A3B1D: hue angle of 125.45º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A3B1D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 59 | 29 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.77 |
| HSL | 125.45º | 0.39% | 0.17% | - |
| HSV(B) | 125.45º | 0.56% | 0.23% | - |
| XYZ | 2.21 | 3.44 | 1.71 | - |
| YUV | 45.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 29 | 0.56 | 0 | 0.51 | 0.77 | 125.45 | 0.39 | 0.17 |
| Hex | 1A | 3B | 1D | 38 | 0 | 33 | 4D | 7D | 27 | 11 |
| Octal | 32 | 73 | 35 | 70 | 0 | 63 | 115 | 175 | 47 | 21 |
| Binary | 11010 | 111011 | 11101 | 111000 | 0 | 110011 | 1001101 | 1111101 | 100111 | 10001 |
Color Harmonies of #1A3B1D
Complementary color
Monochromatic Colors of #1A3B1D
Black with #1A3B1D
Text Example
Text Example
White with #1A3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B1D; }
p { color: rgb(26,59,29); }
H1.HeaderClassName
{
color: #1A3B1D;
}
.AnyTagClassName
{
color: #1A3B1D;
}
</style>
background-color css
<style>
a { background-color: #1A3B1D; }
a { background-color: rgb(26,59,29); }
div.DivClassName
{
background-color: #1A3B1D;
}
.BgClassName
{
background-color: #1A3B1D;
}
</style>
border-color css
<style>
span { border-color: #1A3B1D; }
span { border-color: rgb(26,59,29); }
td.TdClassName
{
border-color: #1A3B1D;
}
.TagClassName
{
border-color: #1A3B1D;
}
</style>