Shades of Myrtle #134903
Tints of Myrtle #134903
RGB
CMYK
RGB Variations
Color information
#134903 (or 0x134903) is known color: Myrtle. HEX triplet: 13, 49 and 03. RGB value is (19,73,3). Sum of RGB (Red+Green+Blue) = 19+73+3=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #134903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134903 is #ECB6FC. Grayscale: #313131. Windows color (decimal): -15513341 or 215315. OLE color: 215315.
HSL color Cylindrical-coordinate representation of color #134903: hue angle of 106.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #134903 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 3 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.71 |
| HSL | 106.29º | 0.92% | 0.15% | - |
| HSV(B) | 106.29º | 0.96% | 0.29% | - |
| XYZ | 2.67 | 4.91 | 0.89 | - |
| YUV | 48.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 3 | 0.74 | 0 | 0.96 | 0.71 | 106.29 | 0.92 | 0.15 |
| Hex | 13 | 49 | 3 | 4A | 0 | 60 | 47 | 6A | 5C | F |
| Octal | 23 | 111 | 3 | 112 | 0 | 140 | 107 | 152 | 134 | 17 |
| Binary | 10011 | 1001001 | 11 | 1001010 | 0 | 1100000 | 1000111 | 1101010 | 1011100 | 1111 |
Color Harmonies of #134903
Complementary color
Monochromatic Colors of #134903
Black with #134903
Text Example
Text Example
White with #134903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134903; }
p { color: rgb(19,73,3); }
H1.HeaderClassName
{
color: #134903;
}
.AnyTagClassName
{
color: #134903;
}
</style>
background-color css
<style>
a { background-color: #134903; }
a { background-color: rgb(19,73,3); }
div.DivClassName
{
background-color: #134903;
}
.BgClassName
{
background-color: #134903;
}
</style>
border-color css
<style>
span { border-color: #134903; }
span { border-color: rgb(19,73,3); }
td.TdClassName
{
border-color: #134903;
}
.TagClassName
{
border-color: #134903;
}
</style>