Shades of Myrtle #134913
Tints of Myrtle #134913
RGB
CMYK
RGB Variations
Color information
#134913 (or 0x134913) is known color: Myrtle. HEX triplet: 13, 49 and 13. RGB value is (19,73,19). Sum of RGB (Red+Green+Blue) = 19+73+19=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #134913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134913 is #ECB6EC. Grayscale: #323232. Windows color (decimal): -15513325 or 1263891. OLE color: 1263891.
HSL color Cylindrical-coordinate representation of color #134913: hue angle of 120º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134913 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 19 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.71 |
| HSL | 120º | 0.59% | 0.18% | - |
| HSV(B) | 120º | 0.74% | 0.29% | - |
| XYZ | 2.77 | 4.95 | 1.43 | - |
| YUV | 50.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 19 | 0.74 | 0 | 0.74 | 0.71 | 120 | 0.59 | 0.18 |
| Hex | 13 | 49 | 13 | 4A | 0 | 4A | 47 | 78 | 3B | 12 |
| Octal | 23 | 111 | 23 | 112 | 0 | 112 | 107 | 170 | 73 | 22 |
| Binary | 10011 | 1001001 | 10011 | 1001010 | 0 | 1001010 | 1000111 | 1111000 | 111011 | 10010 |
Color Harmonies of #134913
Complementary color
Monochromatic Colors of #134913
Black with #134913
Text Example
Text Example
White with #134913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134913; }
p { color: rgb(19,73,19); }
H1.HeaderClassName
{
color: #134913;
}
.AnyTagClassName
{
color: #134913;
}
</style>
background-color css
<style>
a { background-color: #134913; }
a { background-color: rgb(19,73,19); }
div.DivClassName
{
background-color: #134913;
}
.BgClassName
{
background-color: #134913;
}
</style>
border-color css
<style>
span { border-color: #134913; }
span { border-color: rgb(19,73,19); }
td.TdClassName
{
border-color: #134913;
}
.TagClassName
{
border-color: #134913;
}
</style>