Shades of Myrtle #134701
Tints of Myrtle #134701
RGB
CMYK
RGB Variations
Color information
#134701 (or 0x134701) is known color: Myrtle. HEX triplet: 13, 47 and 01. RGB value is (19,71,1). Sum of RGB (Red+Green+Blue) = 19+71+1=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #134701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134701 is #ECB8FE. Grayscale: #2F2F2F. Windows color (decimal): -15513855 or 83731. OLE color: 83731.
HSL color Cylindrical-coordinate representation of color #134701: hue angle of 104.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134701 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.72 |
| HSL | 104.57º | 0.97% | 0.14% | - |
| HSV(B) | 104.57º | 0.99% | 0.28% | - |
| XYZ | 2.53 | 4.65 | 0.79 | - |
| YUV | 47.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 1 | 0.73 | 0 | 0.99 | 0.72 | 104.57 | 0.97 | 0.14 |
| Hex | 13 | 47 | 1 | 49 | 0 | 63 | 48 | 69 | 61 | E |
| Octal | 23 | 107 | 1 | 111 | 0 | 143 | 110 | 151 | 141 | 16 |
| Binary | 10011 | 1000111 | 1 | 1001001 | 0 | 1100011 | 1001000 | 1101001 | 1100001 | 1110 |
Color Harmonies of #134701
Complementary color
Monochromatic Colors of #134701
Black with #134701
Text Example
Text Example
White with #134701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134701; }
p { color: rgb(19,71,1); }
H1.HeaderClassName
{
color: #134701;
}
.AnyTagClassName
{
color: #134701;
}
</style>
background-color css
<style>
a { background-color: #134701; }
a { background-color: rgb(19,71,1); }
div.DivClassName
{
background-color: #134701;
}
.BgClassName
{
background-color: #134701;
}
</style>
border-color css
<style>
span { border-color: #134701; }
span { border-color: rgb(19,71,1); }
td.TdClassName
{
border-color: #134701;
}
.TagClassName
{
border-color: #134701;
}
</style>