Shades of Myrtle #134816
Tints of Myrtle #134816
RGB
CMYK
RGB Variations
Color information
#134816 (or 0x134816) is known color: Myrtle. HEX triplet: 13, 48 and 16. RGB value is (19,72,22). Sum of RGB (Red+Green+Blue) = 19+72+22=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #134816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134816 is #ECB7E9. Grayscale: #323232. Windows color (decimal): -15513578 or 1460243. OLE color: 1460243.
HSL color Cylindrical-coordinate representation of color #134816: hue angle of 123.4º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134816 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 22 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.72 |
| HSL | 123.4º | 0.58% | 0.18% | - |
| HSV(B) | 123.4º | 0.74% | 0.28% | - |
| XYZ | 2.73 | 4.83 | 1.55 | - |
| YUV | 50.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 22 | 0.74 | 0 | 0.69 | 0.72 | 123.4 | 0.58 | 0.18 |
| Hex | 13 | 48 | 16 | 4A | 0 | 45 | 48 | 7B | 3A | 12 |
| Octal | 23 | 110 | 26 | 112 | 0 | 105 | 110 | 173 | 72 | 22 |
| Binary | 10011 | 1001000 | 10110 | 1001010 | 0 | 1000101 | 1001000 | 1111011 | 111010 | 10010 |
Color Harmonies of #134816
Complementary color
Monochromatic Colors of #134816
Black with #134816
Text Example
Text Example
White with #134816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134816; }
p { color: rgb(19,72,22); }
H1.HeaderClassName
{
color: #134816;
}
.AnyTagClassName
{
color: #134816;
}
</style>
background-color css
<style>
a { background-color: #134816; }
a { background-color: rgb(19,72,22); }
div.DivClassName
{
background-color: #134816;
}
.BgClassName
{
background-color: #134816;
}
</style>
border-color css
<style>
span { border-color: #134816; }
span { border-color: rgb(19,72,22); }
td.TdClassName
{
border-color: #134816;
}
.TagClassName
{
border-color: #134816;
}
</style>