Shades of Myrtle #1A321B
Tints of Myrtle #1A321B
RGB
CMYK
RGB Variations
Color information
#1A321B (or 0x1A321B) is known color: Myrtle. HEX triplet: 1A, 32 and 1B. RGB value is (26,50,27). Sum of RGB (Red+Green+Blue) = 26+50+27=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321B is #E5CDE4. Grayscale: #282828. Windows color (decimal): -15060453 or 1782298. OLE color: 1782298.
HSL color Cylindrical-coordinate representation of color #1A321B: hue angle of 122.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A321B is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 27 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.80 |
| HSL | 122.5º | 0.32% | 0.15% | - |
| HSV(B) | 122.5º | 0.48% | 0.2% | - |
| XYZ | 1.76 | 2.58 | 1.44 | - |
| YUV | 40.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 27 | 0.48 | 0 | 0.46 | 0.80 | 122.5 | 0.32 | 0.15 |
| Hex | 1A | 32 | 1B | 30 | 0 | 2E | 50 | 7B | 20 | F |
| Octal | 32 | 62 | 33 | 60 | 0 | 56 | 120 | 173 | 40 | 17 |
| Binary | 11010 | 110010 | 11011 | 110000 | 0 | 101110 | 1010000 | 1111011 | 100000 | 1111 |
Color Harmonies of #1A321B
Complementary color
Monochromatic Colors of #1A321B
Black with #1A321B
Text Example
Text Example
White with #1A321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A321B; }
p { color: rgb(26,50,27); }
H1.HeaderClassName
{
color: #1A321B;
}
.AnyTagClassName
{
color: #1A321B;
}
</style>
background-color css
<style>
a { background-color: #1A321B; }
a { background-color: rgb(26,50,27); }
div.DivClassName
{
background-color: #1A321B;
}
.BgClassName
{
background-color: #1A321B;
}
</style>
border-color css
<style>
span { border-color: #1A321B; }
span { border-color: rgb(26,50,27); }
td.TdClassName
{
border-color: #1A321B;
}
.TagClassName
{
border-color: #1A321B;
}
</style>