Shades of Myrtle #134A04
Tints of Myrtle #134A04
RGB
CMYK
RGB Variations
Color information
#134A04 (or 0x134A04) is known color: Myrtle. HEX triplet: 13, 4A and 04. RGB value is (19,74,4). Sum of RGB (Red+Green+Blue) = 19+74+4=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #134A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A04 is #ECB5FB. Grayscale: #313131. Windows color (decimal): -15513084 or 281107. OLE color: 281107.
HSL color Cylindrical-coordinate representation of color #134A04: hue angle of 107.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #134A04 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 4 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.71 |
| HSL | 107.14º | 0.9% | 0.15% | - |
| HSV(B) | 107.14º | 0.95% | 0.29% | - |
| XYZ | 2.74 | 5.04 | 0.94 | - |
| YUV | 49.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 4 | 0.74 | 0 | 0.95 | 0.71 | 107.14 | 0.9 | 0.15 |
| Hex | 13 | 4A | 4 | 4A | 0 | 5F | 47 | 6B | 5A | F |
| Octal | 23 | 112 | 4 | 112 | 0 | 137 | 107 | 153 | 132 | 17 |
| Binary | 10011 | 1001010 | 100 | 1001010 | 0 | 1011111 | 1000111 | 1101011 | 1011010 | 1111 |
Color Harmonies of #134A04
Complementary color
Monochromatic Colors of #134A04
Black with #134A04
Text Example
Text Example
White with #134A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A04; }
p { color: rgb(19,74,4); }
H1.HeaderClassName
{
color: #134A04;
}
.AnyTagClassName
{
color: #134A04;
}
</style>
background-color css
<style>
a { background-color: #134A04; }
a { background-color: rgb(19,74,4); }
div.DivClassName
{
background-color: #134A04;
}
.BgClassName
{
background-color: #134A04;
}
</style>
border-color css
<style>
span { border-color: #134A04; }
span { border-color: rgb(19,74,4); }
td.TdClassName
{
border-color: #134A04;
}
.TagClassName
{
border-color: #134A04;
}
</style>