Shades of Myrtle #134713
Tints of Myrtle #134713
RGB
CMYK
RGB Variations
Color information
#134713 (or 0x134713) is known color: Myrtle. HEX triplet: 13, 47 and 13. RGB value is (19,71,19). Sum of RGB (Red+Green+Blue) = 19+71+19=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #134713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134713 is #ECB8EC. Grayscale: #313131. Windows color (decimal): -15513837 or 1263379. OLE color: 1263379.
HSL color Cylindrical-coordinate representation of color #134713: hue angle of 120º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134713 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 19 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.72 |
| HSL | 120º | 0.58% | 0.18% | - |
| HSV(B) | 120º | 0.73% | 0.28% | - |
| XYZ | 2.64 | 4.69 | 1.38 | - |
| YUV | 49.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 19 | 0.73 | 0 | 0.73 | 0.72 | 120 | 0.58 | 0.18 |
| Hex | 13 | 47 | 13 | 49 | 0 | 49 | 48 | 78 | 3A | 12 |
| Octal | 23 | 107 | 23 | 111 | 0 | 111 | 110 | 170 | 72 | 22 |
| Binary | 10011 | 1000111 | 10011 | 1001001 | 0 | 1001001 | 1001000 | 1111000 | 111010 | 10010 |
Color Harmonies of #134713
Complementary color
Monochromatic Colors of #134713
Black with #134713
Text Example
Text Example
White with #134713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134713; }
p { color: rgb(19,71,19); }
H1.HeaderClassName
{
color: #134713;
}
.AnyTagClassName
{
color: #134713;
}
</style>
background-color css
<style>
a { background-color: #134713; }
a { background-color: rgb(19,71,19); }
div.DivClassName
{
background-color: #134713;
}
.BgClassName
{
background-color: #134713;
}
</style>
border-color css
<style>
span { border-color: #134713; }
span { border-color: rgb(19,71,19); }
td.TdClassName
{
border-color: #134713;
}
.TagClassName
{
border-color: #134713;
}
</style>