Shades of Myrtle #134A15
Tints of Myrtle #134A15
RGB
CMYK
RGB Variations
Color information
#134A15 (or 0x134A15) is known color: Myrtle. HEX triplet: 13, 4A and 15. RGB value is (19,74,21). Sum of RGB (Red+Green+Blue) = 19+74+21=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #134A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A15 is #ECB5EA. Grayscale: #333333. Windows color (decimal): -15513067 or 1395219. OLE color: 1395219.
HSL color Cylindrical-coordinate representation of color #134A15: hue angle of 122.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A15 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 21 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.71 |
| HSL | 122.18º | 0.59% | 0.18% | - |
| HSV(B) | 122.18º | 0.74% | 0.29% | - |
| XYZ | 2.85 | 5.09 | 1.54 | - |
| YUV | 51.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 21 | 0.74 | 0 | 0.72 | 0.71 | 122.18 | 0.59 | 0.18 |
| Hex | 13 | 4A | 15 | 4A | 0 | 48 | 47 | 7A | 3B | 12 |
| Octal | 23 | 112 | 25 | 112 | 0 | 110 | 107 | 172 | 73 | 22 |
| Binary | 10011 | 1001010 | 10101 | 1001010 | 0 | 1001000 | 1000111 | 1111010 | 111011 | 10010 |
Color Harmonies of #134A15
Complementary color
Monochromatic Colors of #134A15
Black with #134A15
Text Example
Text Example
White with #134A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A15; }
p { color: rgb(19,74,21); }
H1.HeaderClassName
{
color: #134A15;
}
.AnyTagClassName
{
color: #134A15;
}
</style>
background-color css
<style>
a { background-color: #134A15; }
a { background-color: rgb(19,74,21); }
div.DivClassName
{
background-color: #134A15;
}
.BgClassName
{
background-color: #134A15;
}
</style>
border-color css
<style>
span { border-color: #134A15; }
span { border-color: rgb(19,74,21); }
td.TdClassName
{
border-color: #134A15;
}
.TagClassName
{
border-color: #134A15;
}
</style>