Shades of Myrtle #134011
Tints of Myrtle #134011
RGB
CMYK
RGB Variations
Color information
#134011 (or 0x134011) is known color: Myrtle. HEX triplet: 13, 40 and 11. RGB value is (19,64,17). Sum of RGB (Red+Green+Blue) = 19+64+17=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #134011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134011 is #ECBFEE. Grayscale: #2D2D2D. Windows color (decimal): -15515631 or 1130515. OLE color: 1130515.
HSL color Cylindrical-coordinate representation of color #134011: hue angle of 117.45º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134011 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 17 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.75 |
| HSL | 117.45º | 0.58% | 0.16% | - |
| HSV(B) | 117.45º | 0.73% | 0.25% | - |
| XYZ | 2.2 | 3.85 | 1.16 | - |
| YUV | 45.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 17 | 0.70 | 0 | 0.73 | 0.75 | 117.45 | 0.58 | 0.16 |
| Hex | 13 | 40 | 11 | 46 | 0 | 49 | 4B | 75 | 3A | 10 |
| Octal | 23 | 100 | 21 | 106 | 0 | 111 | 113 | 165 | 72 | 20 |
| Binary | 10011 | 1000000 | 10001 | 1000110 | 0 | 1001001 | 1001011 | 1110101 | 111010 | 10000 |
Color Harmonies of #134011
Complementary color
Monochromatic Colors of #134011
Black with #134011
Text Example
Text Example
White with #134011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134011; }
p { color: rgb(19,64,17); }
H1.HeaderClassName
{
color: #134011;
}
.AnyTagClassName
{
color: #134011;
}
</style>
background-color css
<style>
a { background-color: #134011; }
a { background-color: rgb(19,64,17); }
div.DivClassName
{
background-color: #134011;
}
.BgClassName
{
background-color: #134011;
}
</style>
border-color css
<style>
span { border-color: #134011; }
span { border-color: rgb(19,64,17); }
td.TdClassName
{
border-color: #134011;
}
.TagClassName
{
border-color: #134011;
}
</style>