Shades of Myrtle #134810
Tints of Myrtle #134810
RGB
CMYK
RGB Variations
Color information
#134810 (or 0x134810) is known color: Myrtle. HEX triplet: 13, 48 and 10. RGB value is (19,72,16). Sum of RGB (Red+Green+Blue) = 19+72+16=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #134810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134810 is #ECB7EF. Grayscale: #313131. Windows color (decimal): -15513584 or 1067027. OLE color: 1067027.
HSL color Cylindrical-coordinate representation of color #134810: hue angle of 116.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134810 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 16 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.72 |
| HSL | 116.79º | 0.64% | 0.17% | - |
| HSV(B) | 116.79º | 0.78% | 0.28% | - |
| XYZ | 2.68 | 4.81 | 1.28 | - |
| YUV | 49.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 16 | 0.74 | 0 | 0.78 | 0.72 | 116.79 | 0.64 | 0.17 |
| Hex | 13 | 48 | 10 | 4A | 0 | 4E | 48 | 75 | 40 | 11 |
| Octal | 23 | 110 | 20 | 112 | 0 | 116 | 110 | 165 | 100 | 21 |
| Binary | 10011 | 1001000 | 10000 | 1001010 | 0 | 1001110 | 1001000 | 1110101 | 1000000 | 10001 |
Color Harmonies of #134810
Complementary color
Monochromatic Colors of #134810
Black with #134810
Text Example
Text Example
White with #134810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134810; }
p { color: rgb(19,72,16); }
H1.HeaderClassName
{
color: #134810;
}
.AnyTagClassName
{
color: #134810;
}
</style>
background-color css
<style>
a { background-color: #134810; }
a { background-color: rgb(19,72,16); }
div.DivClassName
{
background-color: #134810;
}
.BgClassName
{
background-color: #134810;
}
</style>
border-color css
<style>
span { border-color: #134810; }
span { border-color: rgb(19,72,16); }
td.TdClassName
{
border-color: #134810;
}
.TagClassName
{
border-color: #134810;
}
</style>