Shades of Myrtle #134F12
Tints of Myrtle #134F12
RGB
CMYK
RGB Variations
Color information
#134F12 (or 0x134F12) is known color: Myrtle. HEX triplet: 13, 4F and 12. RGB value is (19,79,18). Sum of RGB (Red+Green+Blue) = 19+79+18=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #134F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F12 is #ECB0ED. Grayscale: #363636. Windows color (decimal): -15511790 or 1199891. OLE color: 1199891.
HSL color Cylindrical-coordinate representation of color #134F12: hue angle of 119.02º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134F12 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 18 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.69 |
| HSL | 119.02º | 0.63% | 0.19% | - |
| HSV(B) | 119.02º | 0.77% | 0.31% | - |
| XYZ | 3.17 | 5.77 | 1.52 | - |
| YUV | 54.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 18 | 0.76 | 0 | 0.77 | 0.69 | 119.02 | 0.63 | 0.19 |
| Hex | 13 | 4F | 12 | 4C | 0 | 4D | 45 | 77 | 3F | 13 |
| Octal | 23 | 117 | 22 | 114 | 0 | 115 | 105 | 167 | 77 | 23 |
| Binary | 10011 | 1001111 | 10010 | 1001100 | 0 | 1001101 | 1000101 | 1110111 | 111111 | 10011 |
Color Harmonies of #134F12
Complementary color
Monochromatic Colors of #134F12
Black with #134F12
Text Example
Text Example
White with #134F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F12; }
p { color: rgb(19,79,18); }
H1.HeaderClassName
{
color: #134F12;
}
.AnyTagClassName
{
color: #134F12;
}
</style>
background-color css
<style>
a { background-color: #134F12; }
a { background-color: rgb(19,79,18); }
div.DivClassName
{
background-color: #134F12;
}
.BgClassName
{
background-color: #134F12;
}
</style>
border-color css
<style>
span { border-color: #134F12; }
span { border-color: rgb(19,79,18); }
td.TdClassName
{
border-color: #134F12;
}
.TagClassName
{
border-color: #134F12;
}
</style>