Shades of Myrtle #134404
Tints of Myrtle #134404
RGB
CMYK
RGB Variations
Color information
#134404 (or 0x134404) is known color: Myrtle. HEX triplet: 13, 44 and 04. RGB value is (19,68,4). Sum of RGB (Red+Green+Blue) = 19+68+4=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 68 (26.95% from 255 or 74.73% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 68 - color contains mainly: green. Hex color #134404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134404 is #ECBBFB. Grayscale: #2E2E2E. Windows color (decimal): -15514620 or 279571. OLE color: 279571.
HSL color Cylindrical-coordinate representation of color #134404: hue angle of 105.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #134404 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 4 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.73 |
| HSL | 105.94º | 0.89% | 0.14% | - |
| HSV(B) | 105.94º | 0.94% | 0.27% | - |
| XYZ | 2.36 | 4.28 | 0.82 | - |
| YUV | 46.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 4 | 0.72 | 0 | 0.94 | 0.73 | 105.94 | 0.89 | 0.14 |
| Hex | 13 | 44 | 4 | 48 | 0 | 5E | 49 | 6A | 59 | E |
| Octal | 23 | 104 | 4 | 110 | 0 | 136 | 111 | 152 | 131 | 16 |
| Binary | 10011 | 1000100 | 100 | 1001000 | 0 | 1011110 | 1001001 | 1101010 | 1011001 | 1110 |
Color Harmonies of #134404
Complementary color
Monochromatic Colors of #134404
Black with #134404
Text Example
Text Example
White with #134404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134404; }
p { color: rgb(19,68,4); }
H1.HeaderClassName
{
color: #134404;
}
.AnyTagClassName
{
color: #134404;
}
</style>
background-color css
<style>
a { background-color: #134404; }
a { background-color: rgb(19,68,4); }
div.DivClassName
{
background-color: #134404;
}
.BgClassName
{
background-color: #134404;
}
</style>
border-color css
<style>
span { border-color: #134404; }
span { border-color: rgb(19,68,4); }
td.TdClassName
{
border-color: #134404;
}
.TagClassName
{
border-color: #134404;
}
</style>