Shades of Myrtle #1A3317
Tints of Myrtle #1A3317
RGB
CMYK
RGB Variations
Color information
#1A3317 (or 0x1A3317) is known color: Myrtle. HEX triplet: 1A, 33 and 17. RGB value is (26,51,23). Sum of RGB (Red+Green+Blue) = 26+51+23=100 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #1A3317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3317 is #E5CCE8. Grayscale: #282828. Windows color (decimal): -15060201 or 1520410. OLE color: 1520410.
HSL color Cylindrical-coordinate representation of color #1A3317: hue angle of 113.57º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3317 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 51 | 23 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.8 |
| HSL | 113.57º | 0.38% | 0.15% | - |
| HSV(B) | 113.57º | 0.55% | 0.2% | - |
| XYZ | 1.76 | 2.65 | 1.23 | - |
| YUV | 40.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 23 | 0.49 | 0 | 0.55 | 0.8 | 113.57 | 0.38 | 0.15 |
| Hex | 1A | 33 | 17 | 31 | 0 | 37 | 50 | 72 | 26 | F |
| Octal | 32 | 63 | 27 | 61 | 0 | 67 | 120 | 162 | 46 | 17 |
| Binary | 11010 | 110011 | 10111 | 110001 | 0 | 110111 | 1010000 | 1110010 | 100110 | 1111 |
Color Harmonies of #1A3317
Complementary color
Monochromatic Colors of #1A3317
Black with #1A3317
Text Example
Text Example
White with #1A3317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3317; }
p { color: rgb(26,51,23); }
H1.HeaderClassName
{
color: #1A3317;
}
.AnyTagClassName
{
color: #1A3317;
}
</style>
background-color css
<style>
a { background-color: #1A3317; }
a { background-color: rgb(26,51,23); }
div.DivClassName
{
background-color: #1A3317;
}
.BgClassName
{
background-color: #1A3317;
}
</style>
border-color css
<style>
span { border-color: #1A3317; }
span { border-color: rgb(26,51,23); }
td.TdClassName
{
border-color: #1A3317;
}
.TagClassName
{
border-color: #1A3317;
}
</style>