Shades of Myrtle #133013
Tints of Myrtle #133013
RGB
CMYK
RGB Variations
Color information
#133013 (or 0x133013) is known color: Myrtle. HEX triplet: 13, 30 and 13. RGB value is (19,48,19). Sum of RGB (Red+Green+Blue) = 19+48+19=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #133013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133013 is #ECCFEC. Grayscale: #242424. Windows color (decimal): -15519725 or 1257491. OLE color: 1257491.
HSL color Cylindrical-coordinate representation of color #133013: hue angle of 120º 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 #133013 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 19 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.81 |
| HSL | 120º | 0.43% | 0.13% | - |
| HSV(B) | 120º | 0.6% | 0.19% | - |
| XYZ | 1.44 | 2.3 | 0.98 | - |
| YUV | 36.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 19 | 0.60 | 0 | 0.60 | 0.81 | 120 | 0.43 | 0.13 |
| Hex | 13 | 30 | 13 | 3C | 0 | 3C | 51 | 78 | 2B | D |
| Octal | 23 | 60 | 23 | 74 | 0 | 74 | 121 | 170 | 53 | 15 |
| Binary | 10011 | 110000 | 10011 | 111100 | 0 | 111100 | 1010001 | 1111000 | 101011 | 1101 |
Color Harmonies of #133013
Complementary color
Monochromatic Colors of #133013
Black with #133013
Text Example
Text Example
White with #133013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133013; }
p { color: rgb(19,48,19); }
H1.HeaderClassName
{
color: #133013;
}
.AnyTagClassName
{
color: #133013;
}
</style>
background-color css
<style>
a { background-color: #133013; }
a { background-color: rgb(19,48,19); }
div.DivClassName
{
background-color: #133013;
}
.BgClassName
{
background-color: #133013;
}
</style>
border-color css
<style>
span { border-color: #133013; }
span { border-color: rgb(19,48,19); }
td.TdClassName
{
border-color: #133013;
}
.TagClassName
{
border-color: #133013;
}
</style>