Shades of Myrtle #132713
Tints of Myrtle #132713
RGB
CMYK
RGB Variations
Color information
#132713 (or 0x132713) is known color: Myrtle. HEX triplet: 13, 27 and 13. RGB value is (19,39,19). Sum of RGB (Red+Green+Blue) = 19+39+19=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #132713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132713 is #ECD8EC. Grayscale: #1E1E1E. Windows color (decimal): -15522029 or 1255187. OLE color: 1255187.
HSL color Cylindrical-coordinate representation of color #132713: hue angle of 120º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132713 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 19 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.85 |
| HSL | 120º | 0.34% | 0.11% | - |
| HSV(B) | 120º | 0.51% | 0.15% | - |
| XYZ | 1.11 | 1.64 | 0.87 | - |
| YUV | 30.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 19 | 0.51 | 0 | 0.51 | 0.85 | 120 | 0.34 | 0.11 |
| Hex | 13 | 27 | 13 | 33 | 0 | 33 | 55 | 78 | 22 | B |
| Octal | 23 | 47 | 23 | 63 | 0 | 63 | 125 | 170 | 42 | 13 |
| Binary | 10011 | 100111 | 10011 | 110011 | 0 | 110011 | 1010101 | 1111000 | 100010 | 1011 |
Color Harmonies of #132713
Complementary color
Monochromatic Colors of #132713
Black with #132713
Text Example
Text Example
White with #132713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132713; }
p { color: rgb(19,39,19); }
H1.HeaderClassName
{
color: #132713;
}
.AnyTagClassName
{
color: #132713;
}
</style>
background-color css
<style>
a { background-color: #132713; }
a { background-color: rgb(19,39,19); }
div.DivClassName
{
background-color: #132713;
}
.BgClassName
{
background-color: #132713;
}
</style>
border-color css
<style>
span { border-color: #132713; }
span { border-color: rgb(19,39,19); }
td.TdClassName
{
border-color: #132713;
}
.TagClassName
{
border-color: #132713;
}
</style>