Shades of Myrtle #132912
Tints of Myrtle #132912
RGB
CMYK
RGB Variations
Color information
#132912 (or 0x132912) is known color: Myrtle. HEX triplet: 13, 29 and 12. RGB value is (19,41,18). Sum of RGB (Red+Green+Blue) = 19+41+18=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #132912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132912 is #ECD6ED. Grayscale: #1F1F1F. Windows color (decimal): -15521518 or 1190163. OLE color: 1190163.
HSL color Cylindrical-coordinate representation of color #132912: hue angle of 117.39º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132912 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 18 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.84 |
| HSL | 117.39º | 0.39% | 0.12% | - |
| HSV(B) | 117.39º | 0.56% | 0.16% | - |
| XYZ | 1.17 | 1.77 | 0.85 | - |
| YUV | 31.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 18 | 0.54 | 0 | 0.56 | 0.84 | 117.39 | 0.39 | 0.12 |
| Hex | 13 | 29 | 12 | 36 | 0 | 38 | 54 | 75 | 27 | C |
| Octal | 23 | 51 | 22 | 66 | 0 | 70 | 124 | 165 | 47 | 14 |
| Binary | 10011 | 101001 | 10010 | 110110 | 0 | 111000 | 1010100 | 1110101 | 100111 | 1100 |
Color Harmonies of #132912
Complementary color
Monochromatic Colors of #132912
Black with #132912
Text Example
Text Example
White with #132912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132912; }
p { color: rgb(19,41,18); }
H1.HeaderClassName
{
color: #132912;
}
.AnyTagClassName
{
color: #132912;
}
</style>
background-color css
<style>
a { background-color: #132912; }
a { background-color: rgb(19,41,18); }
div.DivClassName
{
background-color: #132912;
}
.BgClassName
{
background-color: #132912;
}
</style>
border-color css
<style>
span { border-color: #132912; }
span { border-color: rgb(19,41,18); }
td.TdClassName
{
border-color: #132912;
}
.TagClassName
{
border-color: #132912;
}
</style>