Shades of Myrtle #132812
Tints of Myrtle #132812
RGB
CMYK
RGB Variations
Color information
#132812 (or 0x132812) is known color: Myrtle. HEX triplet: 13, 28 and 12. RGB value is (19,40,18). Sum of RGB (Red+Green+Blue) = 19+40+18=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #132812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132812 is #ECD7ED. Grayscale: #1F1F1F. Windows color (decimal): -15521774 or 1189907. OLE color: 1189907.
HSL color Cylindrical-coordinate representation of color #132812: hue angle of 117.27º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132812 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 18 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.84 |
| HSL | 117.27º | 0.38% | 0.11% | - |
| HSV(B) | 117.27º | 0.55% | 0.16% | - |
| XYZ | 1.14 | 1.7 | 0.84 | - |
| YUV | 31.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 18 | 0.52 | 0 | 0.55 | 0.84 | 117.27 | 0.38 | 0.11 |
| Hex | 13 | 28 | 12 | 34 | 0 | 37 | 54 | 75 | 26 | B |
| Octal | 23 | 50 | 22 | 64 | 0 | 67 | 124 | 165 | 46 | 13 |
| Binary | 10011 | 101000 | 10010 | 110100 | 0 | 110111 | 1010100 | 1110101 | 100110 | 1011 |
Color Harmonies of #132812
Complementary color
Monochromatic Colors of #132812
Black with #132812
Text Example
Text Example
White with #132812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132812; }
p { color: rgb(19,40,18); }
H1.HeaderClassName
{
color: #132812;
}
.AnyTagClassName
{
color: #132812;
}
</style>
background-color css
<style>
a { background-color: #132812; }
a { background-color: rgb(19,40,18); }
div.DivClassName
{
background-color: #132812;
}
.BgClassName
{
background-color: #132812;
}
</style>
border-color css
<style>
span { border-color: #132812; }
span { border-color: rgb(19,40,18); }
td.TdClassName
{
border-color: #132812;
}
.TagClassName
{
border-color: #132812;
}
</style>