Shades of Myrtle #133104
Tints of Myrtle #133104
RGB
CMYK
RGB Variations
Color information
#133104 (or 0x133104) is known color: Myrtle. HEX triplet: 13, 31 and 04. RGB value is (19,49,4). Sum of RGB (Red+Green+Blue) = 19+49+4=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #133104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133104 is #ECCEFB. Grayscale: #232323. Windows color (decimal): -15519484 or 274707. OLE color: 274707.
HSL color Cylindrical-coordinate representation of color #133104: hue angle of 100º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133104 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 4 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.81 |
| HSL | 100º | 0.85% | 0.1% | - |
| HSV(B) | 100º | 0.92% | 0.19% | - |
| XYZ | 1.39 | 2.34 | 0.49 | - |
| YUV | 34.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 4 | 0.61 | 0 | 0.92 | 0.81 | 100 | 0.85 | 0.1 |
| Hex | 13 | 31 | 4 | 3D | 0 | 5C | 51 | 64 | 55 | A |
| Octal | 23 | 61 | 4 | 75 | 0 | 134 | 121 | 144 | 125 | 12 |
| Binary | 10011 | 110001 | 100 | 111101 | 0 | 1011100 | 1010001 | 1100100 | 1010101 | 1010 |
Color Harmonies of #133104
Complementary color
Monochromatic Colors of #133104
Black with #133104
Text Example
Text Example
White with #133104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133104; }
p { color: rgb(19,49,4); }
H1.HeaderClassName
{
color: #133104;
}
.AnyTagClassName
{
color: #133104;
}
</style>
background-color css
<style>
a { background-color: #133104; }
a { background-color: rgb(19,49,4); }
div.DivClassName
{
background-color: #133104;
}
.BgClassName
{
background-color: #133104;
}
</style>
border-color css
<style>
span { border-color: #133104; }
span { border-color: rgb(19,49,4); }
td.TdClassName
{
border-color: #133104;
}
.TagClassName
{
border-color: #133104;
}
</style>