Shades of Myrtle #134012
Tints of Myrtle #134012
RGB
CMYK
RGB Variations
Color information
#134012 (or 0x134012) is known color: Myrtle. HEX triplet: 13, 40 and 12. RGB value is (19,64,18). Sum of RGB (Red+Green+Blue) = 19+64+18=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #134012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134012 is #ECBFED. Grayscale: #2D2D2D. Windows color (decimal): -15515630 or 1196051. OLE color: 1196051.
HSL color Cylindrical-coordinate representation of color #134012: hue angle of 118.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134012 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 18 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.75 |
| HSL | 118.7º | 0.56% | 0.16% | - |
| HSV(B) | 118.7º | 0.72% | 0.25% | - |
| XYZ | 2.21 | 3.85 | 1.2 | - |
| YUV | 45.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 18 | 0.70 | 0 | 0.72 | 0.75 | 118.7 | 0.56 | 0.16 |
| Hex | 13 | 40 | 12 | 46 | 0 | 48 | 4B | 77 | 38 | 10 |
| Octal | 23 | 100 | 22 | 106 | 0 | 110 | 113 | 167 | 70 | 20 |
| Binary | 10011 | 1000000 | 10010 | 1000110 | 0 | 1001000 | 1001011 | 1110111 | 111000 | 10000 |
Color Harmonies of #134012
Complementary color
Monochromatic Colors of #134012
Black with #134012
Text Example
Text Example
White with #134012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134012; }
p { color: rgb(19,64,18); }
H1.HeaderClassName
{
color: #134012;
}
.AnyTagClassName
{
color: #134012;
}
</style>
background-color css
<style>
a { background-color: #134012; }
a { background-color: rgb(19,64,18); }
div.DivClassName
{
background-color: #134012;
}
.BgClassName
{
background-color: #134012;
}
</style>
border-color css
<style>
span { border-color: #134012; }
span { border-color: rgb(19,64,18); }
td.TdClassName
{
border-color: #134012;
}
.TagClassName
{
border-color: #134012;
}
</style>