Shades of Myrtle #132A0E
Tints of Myrtle #132A0E
RGB
CMYK
RGB Variations
Color information
#132A0E (or 0x132A0E) is known color: Myrtle. HEX triplet: 13, 2A and 0E. RGB value is (19,42,14). Sum of RGB (Red+Green+Blue) = 19+42+14=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #132A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A0E is #ECD5F1. Grayscale: #202020. Windows color (decimal): -15521266 or 928275. OLE color: 928275.
HSL color Cylindrical-coordinate representation of color #132A0E: hue angle of 109.29º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132A0E is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 14 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.84 |
| HSL | 109.29º | 0.5% | 0.11% | - |
| HSV(B) | 109.29º | 0.67% | 0.16% | - |
| XYZ | 1.18 | 1.83 | 0.71 | - |
| YUV | 31.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 14 | 0.55 | 0 | 0.67 | 0.84 | 109.29 | 0.5 | 0.11 |
| Hex | 13 | 2A | E | 37 | 0 | 43 | 54 | 6D | 32 | B |
| Octal | 23 | 52 | 16 | 67 | 0 | 103 | 124 | 155 | 62 | 13 |
| Binary | 10011 | 101010 | 1110 | 110111 | 0 | 1000011 | 1010100 | 1101101 | 110010 | 1011 |
Color Harmonies of #132A0E
Complementary color
Monochromatic Colors of #132A0E
Black with #132A0E
Text Example
Text Example
White with #132A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A0E; }
p { color: rgb(19,42,14); }
H1.HeaderClassName
{
color: #132A0E;
}
.AnyTagClassName
{
color: #132A0E;
}
</style>
background-color css
<style>
a { background-color: #132A0E; }
a { background-color: rgb(19,42,14); }
div.DivClassName
{
background-color: #132A0E;
}
.BgClassName
{
background-color: #132A0E;
}
</style>
border-color css
<style>
span { border-color: #132A0E; }
span { border-color: rgb(19,42,14); }
td.TdClassName
{
border-color: #132A0E;
}
.TagClassName
{
border-color: #132A0E;
}
</style>