Shades of Myrtle #132E11
Tints of Myrtle #132E11
RGB
CMYK
RGB Variations
Color information
#132E11 (or 0x132E11) is known color: Myrtle. HEX triplet: 13, 2E and 11. RGB value is (19,46,17). Sum of RGB (Red+Green+Blue) = 19+46+17=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #132E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E11 is #ECD1EE. Grayscale: #222222. Windows color (decimal): -15520239 or 1125907. OLE color: 1125907.
HSL color Cylindrical-coordinate representation of color #132E11: hue angle of 115.86º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132E11 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 17 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.82 |
| HSL | 115.86º | 0.46% | 0.12% | - |
| HSV(B) | 115.86º | 0.63% | 0.18% | - |
| XYZ | 1.35 | 2.13 | 0.87 | - |
| YUV | 34.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 17 | 0.59 | 0 | 0.63 | 0.82 | 115.86 | 0.46 | 0.12 |
| Hex | 13 | 2E | 11 | 3B | 0 | 3F | 52 | 74 | 2E | C |
| Octal | 23 | 56 | 21 | 73 | 0 | 77 | 122 | 164 | 56 | 14 |
| Binary | 10011 | 101110 | 10001 | 111011 | 0 | 111111 | 1010010 | 1110100 | 101110 | 1100 |
Color Harmonies of #132E11
Complementary color
Monochromatic Colors of #132E11
Black with #132E11
Text Example
Text Example
White with #132E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E11; }
p { color: rgb(19,46,17); }
H1.HeaderClassName
{
color: #132E11;
}
.AnyTagClassName
{
color: #132E11;
}
</style>
background-color css
<style>
a { background-color: #132E11; }
a { background-color: rgb(19,46,17); }
div.DivClassName
{
background-color: #132E11;
}
.BgClassName
{
background-color: #132E11;
}
</style>
border-color css
<style>
span { border-color: #132E11; }
span { border-color: rgb(19,46,17); }
td.TdClassName
{
border-color: #132E11;
}
.TagClassName
{
border-color: #132E11;
}
</style>