Shades of Myrtle #133212
Tints of Myrtle #133212
RGB
CMYK
RGB Variations
Color information
#133212 (or 0x133212) is known color: Myrtle. HEX triplet: 13, 32 and 12. RGB value is (19,50,18). Sum of RGB (Red+Green+Blue) = 19+50+18=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #133212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133212 is #ECCDED. Grayscale: #252525. Windows color (decimal): -15519214 or 1192467. OLE color: 1192467.
HSL color Cylindrical-coordinate representation of color #133212: hue angle of 118.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133212 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 18 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.80 |
| HSL | 118.13º | 0.47% | 0.13% | - |
| HSV(B) | 118.13º | 0.64% | 0.2% | - |
| XYZ | 1.52 | 2.46 | 0.97 | - |
| YUV | 37.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 18 | 0.62 | 0 | 0.64 | 0.80 | 118.13 | 0.47 | 0.13 |
| Hex | 13 | 32 | 12 | 3E | 0 | 40 | 50 | 76 | 2F | D |
| Octal | 23 | 62 | 22 | 76 | 0 | 100 | 120 | 166 | 57 | 15 |
| Binary | 10011 | 110010 | 10010 | 111110 | 0 | 1000000 | 1010000 | 1110110 | 101111 | 1101 |
Color Harmonies of #133212
Complementary color
Monochromatic Colors of #133212
Black with #133212
Text Example
Text Example
White with #133212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133212; }
p { color: rgb(19,50,18); }
H1.HeaderClassName
{
color: #133212;
}
.AnyTagClassName
{
color: #133212;
}
</style>
background-color css
<style>
a { background-color: #133212; }
a { background-color: rgb(19,50,18); }
div.DivClassName
{
background-color: #133212;
}
.BgClassName
{
background-color: #133212;
}
</style>
border-color css
<style>
span { border-color: #133212; }
span { border-color: rgb(19,50,18); }
td.TdClassName
{
border-color: #133212;
}
.TagClassName
{
border-color: #133212;
}
</style>