Shades of Myrtle #133011
Tints of Myrtle #133011
RGB
CMYK
RGB Variations
Color information
#133011 (or 0x133011) is known color: Myrtle. HEX triplet: 13, 30 and 11. RGB value is (19,48,17). Sum of RGB (Red+Green+Blue) = 19+48+17=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #133011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133011 is #ECCFEE. Grayscale: #232323. Windows color (decimal): -15519727 or 1126419. OLE color: 1126419.
HSL color Cylindrical-coordinate representation of color #133011: hue angle of 116.13º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133011 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 17 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.81 |
| HSL | 116.13º | 0.48% | 0.13% | - |
| HSV(B) | 116.13º | 0.65% | 0.19% | - |
| XYZ | 1.43 | 2.29 | 0.9 | - |
| YUV | 35.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 17 | 0.60 | 0 | 0.65 | 0.81 | 116.13 | 0.48 | 0.13 |
| Hex | 13 | 30 | 11 | 3C | 0 | 41 | 51 | 74 | 30 | D |
| Octal | 23 | 60 | 21 | 74 | 0 | 101 | 121 | 164 | 60 | 15 |
| Binary | 10011 | 110000 | 10001 | 111100 | 0 | 1000001 | 1010001 | 1110100 | 110000 | 1101 |
Color Harmonies of #133011
Complementary color
Monochromatic Colors of #133011
Black with #133011
Text Example
Text Example
White with #133011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133011; }
p { color: rgb(19,48,17); }
H1.HeaderClassName
{
color: #133011;
}
.AnyTagClassName
{
color: #133011;
}
</style>
background-color css
<style>
a { background-color: #133011; }
a { background-color: rgb(19,48,17); }
div.DivClassName
{
background-color: #133011;
}
.BgClassName
{
background-color: #133011;
}
</style>
border-color css
<style>
span { border-color: #133011; }
span { border-color: rgb(19,48,17); }
td.TdClassName
{
border-color: #133011;
}
.TagClassName
{
border-color: #133011;
}
</style>