Shades of Myrtle #134016
Tints of Myrtle #134016
RGB
CMYK
RGB Variations
Color information
#134016 (or 0x134016) is known color: Myrtle. HEX triplet: 13, 40 and 16. RGB value is (19,64,22). Sum of RGB (Red+Green+Blue) = 19+64+22=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #134016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134016 is #ECBFE9. Grayscale: #2D2D2D. Windows color (decimal): -15515626 or 1458195. OLE color: 1458195.
HSL color Cylindrical-coordinate representation of color #134016: hue angle of 124º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134016 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 22 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.75 |
| HSL | 124º | 0.54% | 0.16% | - |
| HSV(B) | 124º | 0.7% | 0.25% | - |
| XYZ | 2.25 | 3.86 | 1.39 | - |
| YUV | 45.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 22 | 0.70 | 0 | 0.66 | 0.75 | 124 | 0.54 | 0.16 |
| Hex | 13 | 40 | 16 | 46 | 0 | 42 | 4B | 7C | 36 | 10 |
| Octal | 23 | 100 | 26 | 106 | 0 | 102 | 113 | 174 | 66 | 20 |
| Binary | 10011 | 1000000 | 10110 | 1000110 | 0 | 1000010 | 1001011 | 1111100 | 110110 | 10000 |
Color Harmonies of #134016
Complementary color
Monochromatic Colors of #134016
Black with #134016
Text Example
Text Example
White with #134016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134016; }
p { color: rgb(19,64,22); }
H1.HeaderClassName
{
color: #134016;
}
.AnyTagClassName
{
color: #134016;
}
</style>
background-color css
<style>
a { background-color: #134016; }
a { background-color: rgb(19,64,22); }
div.DivClassName
{
background-color: #134016;
}
.BgClassName
{
background-color: #134016;
}
</style>
border-color css
<style>
span { border-color: #134016; }
span { border-color: rgb(19,64,22); }
td.TdClassName
{
border-color: #134016;
}
.TagClassName
{
border-color: #134016;
}
</style>