Shades of Myrtle #1A3714
Tints of Myrtle #1A3714
RGB
CMYK
RGB Variations
Color information
#1A3714 (or 0x1A3714) is known color: Myrtle. HEX triplet: 1A, 37 and 14. RGB value is (26,55,20). Sum of RGB (Red+Green+Blue) = 26+55+20=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3714 is #E5C8EB. Grayscale: #2A2A2A. Windows color (decimal): -15059180 or 1324826. OLE color: 1324826.
HSL color Cylindrical-coordinate representation of color #1A3714: hue angle of 109.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A3714 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 55 | 20 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.78 |
| HSL | 109.71º | 0.47% | 0.15% | - |
| HSV(B) | 109.71º | 0.64% | 0.22% | - |
| XYZ | 1.92 | 3 | 1.14 | - |
| YUV | 42.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 20 | 0.53 | 0 | 0.64 | 0.78 | 109.71 | 0.47 | 0.15 |
| Hex | 1A | 37 | 14 | 35 | 0 | 40 | 4E | 6E | 2F | F |
| Octal | 32 | 67 | 24 | 65 | 0 | 100 | 116 | 156 | 57 | 17 |
| Binary | 11010 | 110111 | 10100 | 110101 | 0 | 1000000 | 1001110 | 1101110 | 101111 | 1111 |
Color Harmonies of #1A3714
Complementary color
Monochromatic Colors of #1A3714
Black with #1A3714
Text Example
Text Example
White with #1A3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3714; }
p { color: rgb(26,55,20); }
H1.HeaderClassName
{
color: #1A3714;
}
.AnyTagClassName
{
color: #1A3714;
}
</style>
background-color css
<style>
a { background-color: #1A3714; }
a { background-color: rgb(26,55,20); }
div.DivClassName
{
background-color: #1A3714;
}
.BgClassName
{
background-color: #1A3714;
}
</style>
border-color css
<style>
span { border-color: #1A3714; }
span { border-color: rgb(26,55,20); }
td.TdClassName
{
border-color: #1A3714;
}
.TagClassName
{
border-color: #1A3714;
}
</style>