Shades of Myrtle #134F04
Tints of Myrtle #134F04
RGB
CMYK
RGB Variations
Color information
#134F04 (or 0x134F04) is known color: Myrtle. HEX triplet: 13, 4F and 04. RGB value is (19,79,4). Sum of RGB (Red+Green+Blue) = 19+79+4=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 79 (31.25% from 255 or 77.45% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 79 - color contains mainly: green. Hex color #134F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F04 is #ECB0FB. Grayscale: #343434. Windows color (decimal): -15511804 or 282387. OLE color: 282387.
HSL color Cylindrical-coordinate representation of color #134F04: hue angle of 108º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #134F04 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 4 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.69 |
| HSL | 108º | 0.9% | 0.16% | - |
| HSV(B) | 108º | 0.95% | 0.31% | - |
| XYZ | 3.09 | 5.74 | 1.06 | - |
| YUV | 52.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 4 | 0.76 | 0 | 0.95 | 0.69 | 108 | 0.9 | 0.16 |
| Hex | 13 | 4F | 4 | 4C | 0 | 5F | 45 | 6C | 5A | 10 |
| Octal | 23 | 117 | 4 | 114 | 0 | 137 | 105 | 154 | 132 | 20 |
| Binary | 10011 | 1001111 | 100 | 1001100 | 0 | 1011111 | 1000101 | 1101100 | 1011010 | 10000 |
Color Harmonies of #134F04
Complementary color
Monochromatic Colors of #134F04
Black with #134F04
Text Example
Text Example
White with #134F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F04; }
p { color: rgb(19,79,4); }
H1.HeaderClassName
{
color: #134F04;
}
.AnyTagClassName
{
color: #134F04;
}
</style>
background-color css
<style>
a { background-color: #134F04; }
a { background-color: rgb(19,79,4); }
div.DivClassName
{
background-color: #134F04;
}
.BgClassName
{
background-color: #134F04;
}
</style>
border-color css
<style>
span { border-color: #134F04; }
span { border-color: rgb(19,79,4); }
td.TdClassName
{
border-color: #134F04;
}
.TagClassName
{
border-color: #134F04;
}
</style>