Shades of Myrtle #132D11
Tints of Myrtle #132D11
RGB
CMYK
RGB Variations
Color information
#132D11 (or 0x132D11) is known color: Myrtle. HEX triplet: 13, 2D and 11. RGB value is (19,45,17). Sum of RGB (Red+Green+Blue) = 19+45+17=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #132D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D11 is #ECD2EE. Grayscale: #222222. Windows color (decimal): -15520495 or 1125651. OLE color: 1125651.
HSL color Cylindrical-coordinate representation of color #132D11: hue angle of 115.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132D11 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 17 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.82 |
| HSL | 115.71º | 0.45% | 0.12% | - |
| HSV(B) | 115.71º | 0.62% | 0.18% | - |
| XYZ | 1.31 | 2.06 | 0.86 | - |
| YUV | 34.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 17 | 0.58 | 0 | 0.62 | 0.82 | 115.71 | 0.45 | 0.12 |
| Hex | 13 | 2D | 11 | 3A | 0 | 3E | 52 | 74 | 2D | C |
| Octal | 23 | 55 | 21 | 72 | 0 | 76 | 122 | 164 | 55 | 14 |
| Binary | 10011 | 101101 | 10001 | 111010 | 0 | 111110 | 1010010 | 1110100 | 101101 | 1100 |
Color Harmonies of #132D11
Complementary color
Monochromatic Colors of #132D11
Black with #132D11
Text Example
Text Example
White with #132D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D11; }
p { color: rgb(19,45,17); }
H1.HeaderClassName
{
color: #132D11;
}
.AnyTagClassName
{
color: #132D11;
}
</style>
background-color css
<style>
a { background-color: #132D11; }
a { background-color: rgb(19,45,17); }
div.DivClassName
{
background-color: #132D11;
}
.BgClassName
{
background-color: #132D11;
}
</style>
border-color css
<style>
span { border-color: #132D11; }
span { border-color: rgb(19,45,17); }
td.TdClassName
{
border-color: #132D11;
}
.TagClassName
{
border-color: #132D11;
}
</style>