Shades of Myrtle #134311
Tints of Myrtle #134311
RGB
CMYK
RGB Variations
Color information
#134311 (or 0x134311) is known color: Myrtle. HEX triplet: 13, 43 and 11. RGB value is (19,67,17). Sum of RGB (Red+Green+Blue) = 19+67+17=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #134311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134311 is #ECBCEE. Grayscale: #2F2F2F. Windows color (decimal): -15514863 or 1131283. OLE color: 1131283.
HSL color Cylindrical-coordinate representation of color #134311: hue angle of 117.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134311 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 17 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.74 |
| HSL | 117.6º | 0.6% | 0.16% | - |
| HSV(B) | 117.6º | 0.75% | 0.26% | - |
| XYZ | 2.38 | 4.19 | 1.21 | - |
| YUV | 46.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 17 | 0.72 | 0 | 0.75 | 0.74 | 117.6 | 0.6 | 0.16 |
| Hex | 13 | 43 | 11 | 48 | 0 | 4B | 4A | 76 | 3C | 10 |
| Octal | 23 | 103 | 21 | 110 | 0 | 113 | 112 | 166 | 74 | 20 |
| Binary | 10011 | 1000011 | 10001 | 1001000 | 0 | 1001011 | 1001010 | 1110110 | 111100 | 10000 |
Color Harmonies of #134311
Complementary color
Monochromatic Colors of #134311
Black with #134311
Text Example
Text Example
White with #134311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134311; }
p { color: rgb(19,67,17); }
H1.HeaderClassName
{
color: #134311;
}
.AnyTagClassName
{
color: #134311;
}
</style>
background-color css
<style>
a { background-color: #134311; }
a { background-color: rgb(19,67,17); }
div.DivClassName
{
background-color: #134311;
}
.BgClassName
{
background-color: #134311;
}
</style>
border-color css
<style>
span { border-color: #134311; }
span { border-color: rgb(19,67,17); }
td.TdClassName
{
border-color: #134311;
}
.TagClassName
{
border-color: #134311;
}
</style>