Shades of Myrtle #134116
Tints of Myrtle #134116
RGB
CMYK
RGB Variations
Color information
#134116 (or 0x134116) is known color: Myrtle. HEX triplet: 13, 41 and 16. RGB value is (19,65,22). Sum of RGB (Red+Green+Blue) = 19+65+22=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #134116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134116 is #ECBEE9. Grayscale: #2E2E2E. Windows color (decimal): -15515370 or 1458451. OLE color: 1458451.
HSL color Cylindrical-coordinate representation of color #134116: hue angle of 123.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134116 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 22 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.75 |
| HSL | 123.91º | 0.55% | 0.16% | - |
| HSV(B) | 123.91º | 0.71% | 0.25% | - |
| XYZ | 2.3 | 3.98 | 1.41 | - |
| YUV | 46.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 22 | 0.71 | 0 | 0.66 | 0.75 | 123.91 | 0.55 | 0.16 |
| Hex | 13 | 41 | 16 | 47 | 0 | 42 | 4B | 7C | 37 | 10 |
| Octal | 23 | 101 | 26 | 107 | 0 | 102 | 113 | 174 | 67 | 20 |
| Binary | 10011 | 1000001 | 10110 | 1000111 | 0 | 1000010 | 1001011 | 1111100 | 110111 | 10000 |
Color Harmonies of #134116
Complementary color
Monochromatic Colors of #134116
Black with #134116
Text Example
Text Example
White with #134116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134116; }
p { color: rgb(19,65,22); }
H1.HeaderClassName
{
color: #134116;
}
.AnyTagClassName
{
color: #134116;
}
</style>
background-color css
<style>
a { background-color: #134116; }
a { background-color: rgb(19,65,22); }
div.DivClassName
{
background-color: #134116;
}
.BgClassName
{
background-color: #134116;
}
</style>
border-color css
<style>
span { border-color: #134116; }
span { border-color: rgb(19,65,22); }
td.TdClassName
{
border-color: #134116;
}
.TagClassName
{
border-color: #134116;
}
</style>