Shades of Myrtle #134F17
Tints of Myrtle #134F17
RGB
CMYK
RGB Variations
Color information
#134F17 (or 0x134F17) is known color: Myrtle. HEX triplet: 13, 4F and 17. RGB value is (19,79,23). Sum of RGB (Red+Green+Blue) = 19+79+23=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #134F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F17 is #ECB0E8. Grayscale: #363636. Windows color (decimal): -15511785 or 1527571. OLE color: 1527571.
HSL color Cylindrical-coordinate representation of color #134F17: hue angle of 124º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F17 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 23 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.69 |
| HSL | 124º | 0.61% | 0.19% | - |
| HSV(B) | 124º | 0.76% | 0.31% | - |
| XYZ | 3.22 | 5.79 | 1.76 | - |
| YUV | 54.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 23 | 0.76 | 0 | 0.71 | 0.69 | 124 | 0.61 | 0.19 |
| Hex | 13 | 4F | 17 | 4C | 0 | 47 | 45 | 7C | 3D | 13 |
| Octal | 23 | 117 | 27 | 114 | 0 | 107 | 105 | 174 | 75 | 23 |
| Binary | 10011 | 1001111 | 10111 | 1001100 | 0 | 1000111 | 1000101 | 1111100 | 111101 | 10011 |
Color Harmonies of #134F17
Complementary color
Monochromatic Colors of #134F17
Black with #134F17
Text Example
Text Example
White with #134F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F17; }
p { color: rgb(19,79,23); }
H1.HeaderClassName
{
color: #134F17;
}
.AnyTagClassName
{
color: #134F17;
}
</style>
background-color css
<style>
a { background-color: #134F17; }
a { background-color: rgb(19,79,23); }
div.DivClassName
{
background-color: #134F17;
}
.BgClassName
{
background-color: #134F17;
}
</style>
border-color css
<style>
span { border-color: #134F17; }
span { border-color: rgb(19,79,23); }
td.TdClassName
{
border-color: #134F17;
}
.TagClassName
{
border-color: #134F17;
}
</style>