Shades of Myrtle #134A05
Tints of Myrtle #134A05
RGB
CMYK
RGB Variations
Color information
#134A05 (or 0x134A05) is known color: Myrtle. HEX triplet: 13, 4A and 05. RGB value is (19,74,5). Sum of RGB (Red+Green+Blue) = 19+74+5=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #134A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A05 is #ECB5FA. Grayscale: #313131. Windows color (decimal): -15513083 or 346643. OLE color: 346643.
HSL color Cylindrical-coordinate representation of color #134A05: hue angle of 107.83º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #134A05 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 5 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.71 |
| HSL | 107.83º | 0.87% | 0.15% | - |
| HSV(B) | 107.83º | 0.93% | 0.29% | - |
| XYZ | 2.74 | 5.05 | 0.97 | - |
| YUV | 49.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 5 | 0.74 | 0 | 0.93 | 0.71 | 107.83 | 0.87 | 0.15 |
| Hex | 13 | 4A | 5 | 4A | 0 | 5D | 47 | 6C | 57 | F |
| Octal | 23 | 112 | 5 | 112 | 0 | 135 | 107 | 154 | 127 | 17 |
| Binary | 10011 | 1001010 | 101 | 1001010 | 0 | 1011101 | 1000111 | 1101100 | 1010111 | 1111 |
Color Harmonies of #134A05
Complementary color
Monochromatic Colors of #134A05
Black with #134A05
Text Example
Text Example
White with #134A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A05; }
p { color: rgb(19,74,5); }
H1.HeaderClassName
{
color: #134A05;
}
.AnyTagClassName
{
color: #134A05;
}
</style>
background-color css
<style>
a { background-color: #134A05; }
a { background-color: rgb(19,74,5); }
div.DivClassName
{
background-color: #134A05;
}
.BgClassName
{
background-color: #134A05;
}
</style>
border-color css
<style>
span { border-color: #134A05; }
span { border-color: rgb(19,74,5); }
td.TdClassName
{
border-color: #134A05;
}
.TagClassName
{
border-color: #134A05;
}
</style>