Shades of Myrtle #132A11
Tints of Myrtle #132A11
RGB
CMYK
RGB Variations
Color information
#132A11 (or 0x132A11) is known color: Myrtle. HEX triplet: 13, 2A and 11. RGB value is (19,42,17). Sum of RGB (Red+Green+Blue) = 19+42+17=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #132A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A11 is #ECD5EE. Grayscale: #202020. Windows color (decimal): -15521263 or 1124883. OLE color: 1124883.
HSL color Cylindrical-coordinate representation of color #132A11: hue angle of 115.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132A11 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 17 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.84 |
| HSL | 115.2º | 0.42% | 0.12% | - |
| HSV(B) | 115.2º | 0.6% | 0.16% | - |
| XYZ | 1.2 | 1.83 | 0.82 | - |
| YUV | 32.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 17 | 0.55 | 0 | 0.60 | 0.84 | 115.2 | 0.42 | 0.12 |
| Hex | 13 | 2A | 11 | 37 | 0 | 3C | 54 | 73 | 2A | C |
| Octal | 23 | 52 | 21 | 67 | 0 | 74 | 124 | 163 | 52 | 14 |
| Binary | 10011 | 101010 | 10001 | 110111 | 0 | 111100 | 1010100 | 1110011 | 101010 | 1100 |
Color Harmonies of #132A11
Complementary color
Monochromatic Colors of #132A11
Black with #132A11
Text Example
Text Example
White with #132A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A11; }
p { color: rgb(19,42,17); }
H1.HeaderClassName
{
color: #132A11;
}
.AnyTagClassName
{
color: #132A11;
}
</style>
background-color css
<style>
a { background-color: #132A11; }
a { background-color: rgb(19,42,17); }
div.DivClassName
{
background-color: #132A11;
}
.BgClassName
{
background-color: #132A11;
}
</style>
border-color css
<style>
span { border-color: #132A11; }
span { border-color: rgb(19,42,17); }
td.TdClassName
{
border-color: #132A11;
}
.TagClassName
{
border-color: #132A11;
}
</style>