Shades of Myrtle #132611
Tints of Myrtle #132611
RGB
CMYK
RGB Variations
Color information
#132611 (or 0x132611) is known color: Myrtle. HEX triplet: 13, 26 and 11. RGB value is (19,38,17). Sum of RGB (Red+Green+Blue) = 19+38+17=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #132611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132611 is #ECD9EE. Grayscale: #1D1D1D. Windows color (decimal): -15522287 or 1123859. OLE color: 1123859.
HSL color Cylindrical-coordinate representation of color #132611: hue angle of 114.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132611 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 17 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.85 |
| HSL | 114.29º | 0.38% | 0.11% | - |
| HSV(B) | 114.29º | 0.55% | 0.15% | - |
| XYZ | 1.06 | 1.57 | 0.78 | - |
| YUV | 29.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 17 | 0.50 | 0 | 0.55 | 0.85 | 114.29 | 0.38 | 0.11 |
| Hex | 13 | 26 | 11 | 32 | 0 | 37 | 55 | 72 | 26 | B |
| Octal | 23 | 46 | 21 | 62 | 0 | 67 | 125 | 162 | 46 | 13 |
| Binary | 10011 | 100110 | 10001 | 110010 | 0 | 110111 | 1010101 | 1110010 | 100110 | 1011 |
Color Harmonies of #132611
Complementary color
Monochromatic Colors of #132611
Black with #132611
Text Example
Text Example
White with #132611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132611; }
p { color: rgb(19,38,17); }
H1.HeaderClassName
{
color: #132611;
}
.AnyTagClassName
{
color: #132611;
}
</style>
background-color css
<style>
a { background-color: #132611; }
a { background-color: rgb(19,38,17); }
div.DivClassName
{
background-color: #132611;
}
.BgClassName
{
background-color: #132611;
}
</style>
border-color css
<style>
span { border-color: #132611; }
span { border-color: rgb(19,38,17); }
td.TdClassName
{
border-color: #132611;
}
.TagClassName
{
border-color: #132611;
}
</style>