Shades of Myrtle #133110
Tints of Myrtle #133110
RGB
CMYK
RGB Variations
Color information
#133110 (or 0x133110) is known color: Myrtle. HEX triplet: 13, 31 and 10. RGB value is (19,49,16). Sum of RGB (Red+Green+Blue) = 19+49+16=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #133110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133110 is #ECCEEF. Grayscale: #242424. Windows color (decimal): -15519472 or 1061139. OLE color: 1061139.
HSL color Cylindrical-coordinate representation of color #133110: hue angle of 114.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133110 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 16 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.81 |
| HSL | 114.55º | 0.51% | 0.13% | - |
| HSV(B) | 114.55º | 0.67% | 0.19% | - |
| XYZ | 1.46 | 2.37 | 0.87 | - |
| YUV | 36.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 16 | 0.61 | 0 | 0.67 | 0.81 | 114.55 | 0.51 | 0.13 |
| Hex | 13 | 31 | 10 | 3D | 0 | 43 | 51 | 73 | 33 | D |
| Octal | 23 | 61 | 20 | 75 | 0 | 103 | 121 | 163 | 63 | 15 |
| Binary | 10011 | 110001 | 10000 | 111101 | 0 | 1000011 | 1010001 | 1110011 | 110011 | 1101 |
Color Harmonies of #133110
Complementary color
Monochromatic Colors of #133110
Black with #133110
Text Example
Text Example
White with #133110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133110; }
p { color: rgb(19,49,16); }
H1.HeaderClassName
{
color: #133110;
}
.AnyTagClassName
{
color: #133110;
}
</style>
background-color css
<style>
a { background-color: #133110; }
a { background-color: rgb(19,49,16); }
div.DivClassName
{
background-color: #133110;
}
.BgClassName
{
background-color: #133110;
}
</style>
border-color css
<style>
span { border-color: #133110; }
span { border-color: rgb(19,49,16); }
td.TdClassName
{
border-color: #133110;
}
.TagClassName
{
border-color: #133110;
}
</style>