Shades of Myrtle #132811
Tints of Myrtle #132811
RGB
CMYK
RGB Variations
Color information
#132811 (or 0x132811) is known color: Myrtle. HEX triplet: 13, 28 and 11. RGB value is (19,40,17). Sum of RGB (Red+Green+Blue) = 19+40+17=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #132811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132811 is #ECD7EE. Grayscale: #1F1F1F. Windows color (decimal): -15521775 or 1124371. OLE color: 1124371.
HSL color Cylindrical-coordinate representation of color #132811: hue angle of 114.78º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132811 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 17 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.84 |
| HSL | 114.78º | 0.4% | 0.11% | - |
| HSV(B) | 114.78º | 0.58% | 0.16% | - |
| XYZ | 1.13 | 1.7 | 0.8 | - |
| YUV | 31.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 17 | 0.52 | 0 | 0.57 | 0.84 | 114.78 | 0.4 | 0.11 |
| Hex | 13 | 28 | 11 | 34 | 0 | 39 | 54 | 73 | 28 | B |
| Octal | 23 | 50 | 21 | 64 | 0 | 71 | 124 | 163 | 50 | 13 |
| Binary | 10011 | 101000 | 10001 | 110100 | 0 | 111001 | 1010100 | 1110011 | 101000 | 1011 |
Color Harmonies of #132811
Complementary color
Monochromatic Colors of #132811
Black with #132811
Text Example
Text Example
White with #132811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132811; }
p { color: rgb(19,40,17); }
H1.HeaderClassName
{
color: #132811;
}
.AnyTagClassName
{
color: #132811;
}
</style>
background-color css
<style>
a { background-color: #132811; }
a { background-color: rgb(19,40,17); }
div.DivClassName
{
background-color: #132811;
}
.BgClassName
{
background-color: #132811;
}
</style>
border-color css
<style>
span { border-color: #132811; }
span { border-color: rgb(19,40,17); }
td.TdClassName
{
border-color: #132811;
}
.TagClassName
{
border-color: #132811;
}
</style>