Shades of Myrtle #134D0F
Tints of Myrtle #134D0F
RGB
CMYK
RGB Variations
Color information
#134D0F (or 0x134D0F) is known color: Myrtle. HEX triplet: 13, 4D and 0F. RGB value is (19,77,15). Sum of RGB (Red+Green+Blue) = 19+77+15=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #134D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D0F is #ECB2F0. Grayscale: #343434. Windows color (decimal): -15512305 or 1002771. OLE color: 1002771.
HSL color Cylindrical-coordinate representation of color #134D0F: hue angle of 116.13º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134D0F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 15 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.70 |
| HSL | 116.13º | 0.67% | 0.18% | - |
| HSV(B) | 116.13º | 0.81% | 0.3% | - |
| XYZ | 3.01 | 5.48 | 1.35 | - |
| YUV | 52.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 15 | 0.75 | 0 | 0.81 | 0.70 | 116.13 | 0.67 | 0.18 |
| Hex | 13 | 4D | F | 4B | 0 | 51 | 46 | 74 | 43 | 12 |
| Octal | 23 | 115 | 17 | 113 | 0 | 121 | 106 | 164 | 103 | 22 |
| Binary | 10011 | 1001101 | 1111 | 1001011 | 0 | 1010001 | 1000110 | 1110100 | 1000011 | 10010 |
Color Harmonies of #134D0F
Complementary color
Monochromatic Colors of #134D0F
Black with #134D0F
Text Example
Text Example
White with #134D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D0F; }
p { color: rgb(19,77,15); }
H1.HeaderClassName
{
color: #134D0F;
}
.AnyTagClassName
{
color: #134D0F;
}
</style>
background-color css
<style>
a { background-color: #134D0F; }
a { background-color: rgb(19,77,15); }
div.DivClassName
{
background-color: #134D0F;
}
.BgClassName
{
background-color: #134D0F;
}
</style>
border-color css
<style>
span { border-color: #134D0F; }
span { border-color: rgb(19,77,15); }
td.TdClassName
{
border-color: #134D0F;
}
.TagClassName
{
border-color: #134D0F;
}
</style>