Shades of Myrtle #134916
Tints of Myrtle #134916
RGB
CMYK
RGB Variations
Color information
#134916 (or 0x134916) is known color: Myrtle. HEX triplet: 13, 49 and 16. RGB value is (19,73,22). Sum of RGB (Red+Green+Blue) = 19+73+22=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #134916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134916 is #ECB6E9. Grayscale: #333333. Windows color (decimal): -15513322 or 1460499. OLE color: 1460499.
HSL color Cylindrical-coordinate representation of color #134916: hue angle of 123.33º 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 #134916 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 22 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.71 |
| HSL | 123.33º | 0.59% | 0.18% | - |
| HSV(B) | 123.33º | 0.74% | 0.29% | - |
| XYZ | 2.8 | 4.96 | 1.57 | - |
| YUV | 51.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 22 | 0.74 | 0 | 0.70 | 0.71 | 123.33 | 0.59 | 0.18 |
| Hex | 13 | 49 | 16 | 4A | 0 | 46 | 47 | 7B | 3B | 12 |
| Octal | 23 | 111 | 26 | 112 | 0 | 106 | 107 | 173 | 73 | 22 |
| Binary | 10011 | 1001001 | 10110 | 1001010 | 0 | 1000110 | 1000111 | 1111011 | 111011 | 10010 |
Color Harmonies of #134916
Complementary color
Monochromatic Colors of #134916
Black with #134916
Text Example
Text Example
White with #134916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134916; }
p { color: rgb(19,73,22); }
H1.HeaderClassName
{
color: #134916;
}
.AnyTagClassName
{
color: #134916;
}
</style>
background-color css
<style>
a { background-color: #134916; }
a { background-color: rgb(19,73,22); }
div.DivClassName
{
background-color: #134916;
}
.BgClassName
{
background-color: #134916;
}
</style>
border-color css
<style>
span { border-color: #134916; }
span { border-color: rgb(19,73,22); }
td.TdClassName
{
border-color: #134916;
}
.TagClassName
{
border-color: #134916;
}
</style>