Shades of Myrtle #133014
Tints of Myrtle #133014
RGB
CMYK
RGB Variations
Color information
#133014 (or 0x133014) is known color: Myrtle. HEX triplet: 13, 30 and 14. RGB value is (19,48,20). Sum of RGB (Red+Green+Blue) = 19+48+20=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #133014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133014 is #ECCFEB. Grayscale: #242424. Windows color (decimal): -15519724 or 1323027. OLE color: 1323027.
HSL color Cylindrical-coordinate representation of color #133014: hue angle of 122.07º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133014 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 20 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.81 |
| HSL | 122.07º | 0.43% | 0.13% | - |
| HSV(B) | 122.07º | 0.6% | 0.19% | - |
| XYZ | 1.45 | 2.3 | 1.03 | - |
| YUV | 36.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 20 | 0.60 | 0 | 0.58 | 0.81 | 122.07 | 0.43 | 0.13 |
| Hex | 13 | 30 | 14 | 3C | 0 | 3A | 51 | 7A | 2B | D |
| Octal | 23 | 60 | 24 | 74 | 0 | 72 | 121 | 172 | 53 | 15 |
| Binary | 10011 | 110000 | 10100 | 111100 | 0 | 111010 | 1010001 | 1111010 | 101011 | 1101 |
Color Harmonies of #133014
Complementary color
Monochromatic Colors of #133014
Black with #133014
Text Example
Text Example
White with #133014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133014; }
p { color: rgb(19,48,20); }
H1.HeaderClassName
{
color: #133014;
}
.AnyTagClassName
{
color: #133014;
}
</style>
background-color css
<style>
a { background-color: #133014; }
a { background-color: rgb(19,48,20); }
div.DivClassName
{
background-color: #133014;
}
.BgClassName
{
background-color: #133014;
}
</style>
border-color css
<style>
span { border-color: #133014; }
span { border-color: rgb(19,48,20); }
td.TdClassName
{
border-color: #133014;
}
.TagClassName
{
border-color: #133014;
}
</style>