Shades of Myrtle #134A0D
Tints of Myrtle #134A0D
RGB
CMYK
RGB Variations
Color information
#134A0D (or 0x134A0D) is known color: Myrtle. HEX triplet: 13, 4A and 0D. RGB value is (19,74,13). Sum of RGB (Red+Green+Blue) = 19+74+13=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 74 (29.30% from 255 or 69.81% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 74 - color contains mainly: green. Hex color #134A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A0D is #ECB5F2. Grayscale: #323232. Windows color (decimal): -15513075 or 870931. OLE color: 870931.
HSL color Cylindrical-coordinate representation of color #134A0D: hue angle of 114.1º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134A0D is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 13 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.71 |
| HSL | 114.1º | 0.7% | 0.17% | - |
| HSV(B) | 114.1º | 0.82% | 0.29% | - |
| XYZ | 2.79 | 5.07 | 1.21 | - |
| YUV | 50.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 13 | 0.74 | 0 | 0.82 | 0.71 | 114.1 | 0.7 | 0.17 |
| Hex | 13 | 4A | D | 4A | 0 | 52 | 47 | 72 | 46 | 11 |
| Octal | 23 | 112 | 15 | 112 | 0 | 122 | 107 | 162 | 106 | 21 |
| Binary | 10011 | 1001010 | 1101 | 1001010 | 0 | 1010010 | 1000111 | 1110010 | 1000110 | 10001 |
Color Harmonies of #134A0D
Complementary color
Monochromatic Colors of #134A0D
Black with #134A0D
Text Example
Text Example
White with #134A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A0D; }
p { color: rgb(19,74,13); }
H1.HeaderClassName
{
color: #134A0D;
}
.AnyTagClassName
{
color: #134A0D;
}
</style>
background-color css
<style>
a { background-color: #134A0D; }
a { background-color: rgb(19,74,13); }
div.DivClassName
{
background-color: #134A0D;
}
.BgClassName
{
background-color: #134A0D;
}
</style>
border-color css
<style>
span { border-color: #134A0D; }
span { border-color: rgb(19,74,13); }
td.TdClassName
{
border-color: #134A0D;
}
.TagClassName
{
border-color: #134A0D;
}
</style>