Shades of Myrtle #134F03
Tints of Myrtle #134F03
RGB
CMYK
RGB Variations
Color information
#134F03 (or 0x134F03) is known color: Myrtle. HEX triplet: 13, 4F and 03. RGB value is (19,79,3). Sum of RGB (Red+Green+Blue) = 19+79+3=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 79 (31.25% from 255 or 78.22% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 79 - color contains mainly: green. Hex color #134F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F03 is #ECB0FC. Grayscale: #343434. Windows color (decimal): -15511805 or 216851. OLE color: 216851.
HSL color Cylindrical-coordinate representation of color #134F03: hue angle of 107.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #134F03 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 3 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.69 |
| HSL | 107.37º | 0.93% | 0.16% | - |
| HSV(B) | 107.37º | 0.96% | 0.31% | - |
| XYZ | 3.08 | 5.74 | 1.03 | - |
| YUV | 52.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 3 | 0.76 | 0 | 0.96 | 0.69 | 107.37 | 0.93 | 0.16 |
| Hex | 13 | 4F | 3 | 4C | 0 | 60 | 45 | 6B | 5D | 10 |
| Octal | 23 | 117 | 3 | 114 | 0 | 140 | 105 | 153 | 135 | 20 |
| Binary | 10011 | 1001111 | 11 | 1001100 | 0 | 1100000 | 1000101 | 1101011 | 1011101 | 10000 |
Color Harmonies of #134F03
Complementary color
Monochromatic Colors of #134F03
Black with #134F03
Text Example
Text Example
White with #134F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F03; }
p { color: rgb(19,79,3); }
H1.HeaderClassName
{
color: #134F03;
}
.AnyTagClassName
{
color: #134F03;
}
</style>
background-color css
<style>
a { background-color: #134F03; }
a { background-color: rgb(19,79,3); }
div.DivClassName
{
background-color: #134F03;
}
.BgClassName
{
background-color: #134F03;
}
</style>
border-color css
<style>
span { border-color: #134F03; }
span { border-color: rgb(19,79,3); }
td.TdClassName
{
border-color: #134F03;
}
.TagClassName
{
border-color: #134F03;
}
</style>