Shades of Myrtle #134811
Tints of Myrtle #134811
RGB
CMYK
RGB Variations
Color information
#134811 (or 0x134811) is known color: Myrtle. HEX triplet: 13, 48 and 11. RGB value is (19,72,17). Sum of RGB (Red+Green+Blue) = 19+72+17=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #134811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134811 is #ECB7EE. Grayscale: #323232. Windows color (decimal): -15513583 or 1132563. OLE color: 1132563.
HSL color Cylindrical-coordinate representation of color #134811: hue angle of 117.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134811 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 17 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.72 |
| HSL | 117.82º | 0.62% | 0.17% | - |
| HSV(B) | 117.82º | 0.76% | 0.28% | - |
| XYZ | 2.69 | 4.81 | 1.32 | - |
| YUV | 49.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 17 | 0.74 | 0 | 0.76 | 0.72 | 117.82 | 0.62 | 0.17 |
| Hex | 13 | 48 | 11 | 4A | 0 | 4C | 48 | 76 | 3E | 11 |
| Octal | 23 | 110 | 21 | 112 | 0 | 114 | 110 | 166 | 76 | 21 |
| Binary | 10011 | 1001000 | 10001 | 1001010 | 0 | 1001100 | 1001000 | 1110110 | 111110 | 10001 |
Color Harmonies of #134811
Complementary color
Monochromatic Colors of #134811
Black with #134811
Text Example
Text Example
White with #134811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134811; }
p { color: rgb(19,72,17); }
H1.HeaderClassName
{
color: #134811;
}
.AnyTagClassName
{
color: #134811;
}
</style>
background-color css
<style>
a { background-color: #134811; }
a { background-color: rgb(19,72,17); }
div.DivClassName
{
background-color: #134811;
}
.BgClassName
{
background-color: #134811;
}
</style>
border-color css
<style>
span { border-color: #134811; }
span { border-color: rgb(19,72,17); }
td.TdClassName
{
border-color: #134811;
}
.TagClassName
{
border-color: #134811;
}
</style>