Shades of Myrtle #1A3517
Tints of Myrtle #1A3517
RGB
CMYK
RGB Variations
Color information
#1A3517 (or 0x1A3517) is known color: Myrtle. HEX triplet: 1A, 35 and 17. RGB value is (26,53,23). Sum of RGB (Red+Green+Blue) = 26+53+23=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3517 is #E5CAE8. Grayscale: #292929. Windows color (decimal): -15059689 or 1520922. OLE color: 1520922.
HSL color Cylindrical-coordinate representation of color #1A3517: hue angle of 114º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3517 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 23 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.79 |
| HSL | 114º | 0.39% | 0.15% | - |
| HSV(B) | 114º | 0.57% | 0.21% | - |
| XYZ | 1.85 | 2.83 | 1.26 | - |
| YUV | 41.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 23 | 0.51 | 0 | 0.57 | 0.79 | 114 | 0.39 | 0.15 |
| Hex | 1A | 35 | 17 | 33 | 0 | 39 | 4F | 72 | 27 | F |
| Octal | 32 | 65 | 27 | 63 | 0 | 71 | 117 | 162 | 47 | 17 |
| Binary | 11010 | 110101 | 10111 | 110011 | 0 | 111001 | 1001111 | 1110010 | 100111 | 1111 |
Color Harmonies of #1A3517
Complementary color
Monochromatic Colors of #1A3517
Black with #1A3517
Text Example
Text Example
White with #1A3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3517; }
p { color: rgb(26,53,23); }
H1.HeaderClassName
{
color: #1A3517;
}
.AnyTagClassName
{
color: #1A3517;
}
</style>
background-color css
<style>
a { background-color: #1A3517; }
a { background-color: rgb(26,53,23); }
div.DivClassName
{
background-color: #1A3517;
}
.BgClassName
{
background-color: #1A3517;
}
</style>
border-color css
<style>
span { border-color: #1A3517; }
span { border-color: rgb(26,53,23); }
td.TdClassName
{
border-color: #1A3517;
}
.TagClassName
{
border-color: #1A3517;
}
</style>