Shades of Myrtle #134602
Tints of Myrtle #134602
RGB
CMYK
RGB Variations
Color information
#134602 (or 0x134602) is known color: Myrtle. HEX triplet: 13, 46 and 02. RGB value is (19,70,2). Sum of RGB (Red+Green+Blue) = 19+70+2=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #134602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134602 is #ECB9FD. Grayscale: #2F2F2F. Windows color (decimal): -15514110 or 149011. OLE color: 149011.
HSL color Cylindrical-coordinate representation of color #134602: hue angle of 105º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #134602 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 2 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.73 |
| HSL | 105º | 0.94% | 0.14% | - |
| HSV(B) | 105º | 0.97% | 0.27% | - |
| XYZ | 2.47 | 4.52 | 0.8 | - |
| YUV | 47 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 2 | 0.73 | 0 | 0.97 | 0.73 | 105 | 0.94 | 0.14 |
| Hex | 13 | 46 | 2 | 49 | 0 | 61 | 49 | 69 | 5E | E |
| Octal | 23 | 106 | 2 | 111 | 0 | 141 | 111 | 151 | 136 | 16 |
| Binary | 10011 | 1000110 | 10 | 1001001 | 0 | 1100001 | 1001001 | 1101001 | 1011110 | 1110 |
Color Harmonies of #134602
Complementary color
Monochromatic Colors of #134602
Black with #134602
Text Example
Text Example
White with #134602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134602; }
p { color: rgb(19,70,2); }
H1.HeaderClassName
{
color: #134602;
}
.AnyTagClassName
{
color: #134602;
}
</style>
background-color css
<style>
a { background-color: #134602; }
a { background-color: rgb(19,70,2); }
div.DivClassName
{
background-color: #134602;
}
.BgClassName
{
background-color: #134602;
}
</style>
border-color css
<style>
span { border-color: #134602; }
span { border-color: rgb(19,70,2); }
td.TdClassName
{
border-color: #134602;
}
.TagClassName
{
border-color: #134602;
}
</style>