Shades of Myrtle #133114
Tints of Myrtle #133114
RGB
CMYK
RGB Variations
Color information
#133114 (or 0x133114) is known color: Myrtle. HEX triplet: 13, 31 and 14. RGB value is (19,49,20). Sum of RGB (Red+Green+Blue) = 19+49+20=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #133114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133114 is #ECCEEB. Grayscale: #242424. Windows color (decimal): -15519468 or 1323283. OLE color: 1323283.
HSL color Cylindrical-coordinate representation of color #133114: hue angle of 122º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133114 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 20 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.81 |
| HSL | 122º | 0.44% | 0.13% | - |
| HSV(B) | 122º | 0.61% | 0.19% | - |
| XYZ | 1.49 | 2.39 | 1.04 | - |
| YUV | 36.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 20 | 0.61 | 0 | 0.59 | 0.81 | 122 | 0.44 | 0.13 |
| Hex | 13 | 31 | 14 | 3D | 0 | 3B | 51 | 7A | 2C | D |
| Octal | 23 | 61 | 24 | 75 | 0 | 73 | 121 | 172 | 54 | 15 |
| Binary | 10011 | 110001 | 10100 | 111101 | 0 | 111011 | 1010001 | 1111010 | 101100 | 1101 |
Color Harmonies of #133114
Complementary color
Monochromatic Colors of #133114
Black with #133114
Text Example
Text Example
White with #133114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133114; }
p { color: rgb(19,49,20); }
H1.HeaderClassName
{
color: #133114;
}
.AnyTagClassName
{
color: #133114;
}
</style>
background-color css
<style>
a { background-color: #133114; }
a { background-color: rgb(19,49,20); }
div.DivClassName
{
background-color: #133114;
}
.BgClassName
{
background-color: #133114;
}
</style>
border-color css
<style>
span { border-color: #133114; }
span { border-color: rgb(19,49,20); }
td.TdClassName
{
border-color: #133114;
}
.TagClassName
{
border-color: #133114;
}
</style>