Shades of Myrtle #134902
Tints of Myrtle #134902
RGB
CMYK
RGB Variations
Color information
#134902 (or 0x134902) is known color: Myrtle. HEX triplet: 13, 49 and 02. RGB value is (19,73,2). Sum of RGB (Red+Green+Blue) = 19+73+2=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #134902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134902 is #ECB6FD. Grayscale: #303030. Windows color (decimal): -15513342 or 149779. OLE color: 149779.
HSL color Cylindrical-coordinate representation of color #134902: hue angle of 105.63º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #134902 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 2 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.71 |
| HSL | 105.63º | 0.95% | 0.15% | - |
| HSV(B) | 105.63º | 0.97% | 0.29% | - |
| XYZ | 2.66 | 4.91 | 0.86 | - |
| YUV | 48.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 2 | 0.74 | 0 | 0.97 | 0.71 | 105.63 | 0.95 | 0.15 |
| Hex | 13 | 49 | 2 | 4A | 0 | 61 | 47 | 6A | 5F | F |
| Octal | 23 | 111 | 2 | 112 | 0 | 141 | 107 | 152 | 137 | 17 |
| Binary | 10011 | 1001001 | 10 | 1001010 | 0 | 1100001 | 1000111 | 1101010 | 1011111 | 1111 |
Color Harmonies of #134902
Complementary color
Monochromatic Colors of #134902
Black with #134902
Text Example
Text Example
White with #134902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134902; }
p { color: rgb(19,73,2); }
H1.HeaderClassName
{
color: #134902;
}
.AnyTagClassName
{
color: #134902;
}
</style>
background-color css
<style>
a { background-color: #134902; }
a { background-color: rgb(19,73,2); }
div.DivClassName
{
background-color: #134902;
}
.BgClassName
{
background-color: #134902;
}
</style>
border-color css
<style>
span { border-color: #134902; }
span { border-color: rgb(19,73,2); }
td.TdClassName
{
border-color: #134902;
}
.TagClassName
{
border-color: #134902;
}
</style>