Shades of Myrtle #134110
Tints of Myrtle #134110
RGB
CMYK
RGB Variations
Color information
#134110 (or 0x134110) is known color: Myrtle. HEX triplet: 13, 41 and 10. RGB value is (19,65,16). Sum of RGB (Red+Green+Blue) = 19+65+16=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #134110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134110 is #ECBEEF. Grayscale: #2D2D2D. Windows color (decimal): -15515376 or 1065235. OLE color: 1065235.
HSL color Cylindrical-coordinate representation of color #134110: hue angle of 116.33º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134110 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 16 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.75 |
| HSL | 116.33º | 0.6% | 0.16% | - |
| HSV(B) | 116.33º | 0.75% | 0.25% | - |
| XYZ | 2.25 | 3.96 | 1.14 | - |
| YUV | 45.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 16 | 0.71 | 0 | 0.75 | 0.75 | 116.33 | 0.6 | 0.16 |
| Hex | 13 | 41 | 10 | 47 | 0 | 4B | 4B | 74 | 3C | 10 |
| Octal | 23 | 101 | 20 | 107 | 0 | 113 | 113 | 164 | 74 | 20 |
| Binary | 10011 | 1000001 | 10000 | 1000111 | 0 | 1001011 | 1001011 | 1110100 | 111100 | 10000 |
Color Harmonies of #134110
Complementary color
Monochromatic Colors of #134110
Black with #134110
Text Example
Text Example
White with #134110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134110; }
p { color: rgb(19,65,16); }
H1.HeaderClassName
{
color: #134110;
}
.AnyTagClassName
{
color: #134110;
}
</style>
background-color css
<style>
a { background-color: #134110; }
a { background-color: rgb(19,65,16); }
div.DivClassName
{
background-color: #134110;
}
.BgClassName
{
background-color: #134110;
}
</style>
border-color css
<style>
span { border-color: #134110; }
span { border-color: rgb(19,65,16); }
td.TdClassName
{
border-color: #134110;
}
.TagClassName
{
border-color: #134110;
}
</style>