Shades of Myrtle #134601
Tints of Myrtle #134601
RGB
CMYK
RGB Variations
Color information
#134601 (or 0x134601) is known color: Myrtle. HEX triplet: 13, 46 and 01. RGB value is (19,70,1). Sum of RGB (Red+Green+Blue) = 19+70+1=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #134601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134601 is #ECB9FE. Grayscale: #2F2F2F. Windows color (decimal): -15514111 or 83475. OLE color: 83475.
HSL color Cylindrical-coordinate representation of color #134601: hue angle of 104.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134601 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.73 |
| HSL | 104.35º | 0.97% | 0.14% | - |
| HSV(B) | 104.35º | 0.99% | 0.27% | - |
| XYZ | 2.46 | 4.52 | 0.77 | - |
| YUV | 46.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 1 | 0.73 | 0 | 0.99 | 0.73 | 104.35 | 0.97 | 0.14 |
| Hex | 13 | 46 | 1 | 49 | 0 | 63 | 49 | 68 | 61 | E |
| Octal | 23 | 106 | 1 | 111 | 0 | 143 | 111 | 150 | 141 | 16 |
| Binary | 10011 | 1000110 | 1 | 1001001 | 0 | 1100011 | 1001001 | 1101000 | 1100001 | 1110 |
Color Harmonies of #134601
Complementary color
Monochromatic Colors of #134601
Black with #134601
Text Example
Text Example
White with #134601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134601; }
p { color: rgb(19,70,1); }
H1.HeaderClassName
{
color: #134601;
}
.AnyTagClassName
{
color: #134601;
}
</style>
background-color css
<style>
a { background-color: #134601; }
a { background-color: rgb(19,70,1); }
div.DivClassName
{
background-color: #134601;
}
.BgClassName
{
background-color: #134601;
}
</style>
border-color css
<style>
span { border-color: #134601; }
span { border-color: rgb(19,70,1); }
td.TdClassName
{
border-color: #134601;
}
.TagClassName
{
border-color: #134601;
}
</style>