Shades of Myrtle #132712
Tints of Myrtle #132712
RGB
CMYK
RGB Variations
Color information
#132712 (or 0x132712) is known color: Myrtle. HEX triplet: 13, 27 and 12. RGB value is (19,39,18). Sum of RGB (Red+Green+Blue) = 19+39+18=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #132712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132712 is #ECD8ED. Grayscale: #1E1E1E. Windows color (decimal): -15522030 or 1189651. OLE color: 1189651.
HSL color Cylindrical-coordinate representation of color #132712: hue angle of 117.14º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132712 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 18 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.85 |
| HSL | 117.14º | 0.37% | 0.11% | - |
| HSV(B) | 117.14º | 0.54% | 0.15% | - |
| XYZ | 1.1 | 1.63 | 0.83 | - |
| YUV | 30.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 18 | 0.51 | 0 | 0.54 | 0.85 | 117.14 | 0.37 | 0.11 |
| Hex | 13 | 27 | 12 | 33 | 0 | 36 | 55 | 75 | 25 | B |
| Octal | 23 | 47 | 22 | 63 | 0 | 66 | 125 | 165 | 45 | 13 |
| Binary | 10011 | 100111 | 10010 | 110011 | 0 | 110110 | 1010101 | 1110101 | 100101 | 1011 |
Color Harmonies of #132712
Complementary color
Monochromatic Colors of #132712
Black with #132712
Text Example
Text Example
White with #132712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132712; }
p { color: rgb(19,39,18); }
H1.HeaderClassName
{
color: #132712;
}
.AnyTagClassName
{
color: #132712;
}
</style>
background-color css
<style>
a { background-color: #132712; }
a { background-color: rgb(19,39,18); }
div.DivClassName
{
background-color: #132712;
}
.BgClassName
{
background-color: #132712;
}
</style>
border-color css
<style>
span { border-color: #132712; }
span { border-color: rgb(19,39,18); }
td.TdClassName
{
border-color: #132712;
}
.TagClassName
{
border-color: #132712;
}
</style>