Shades of Myrtle #135412
Tints of Myrtle #135412
RGB
CMYK
RGB Variations
Color information
#135412 (or 0x135412) is known color: Myrtle. HEX triplet: 13, 54 and 12. RGB value is (19,84,18). Sum of RGB (Red+Green+Blue) = 19+84+18=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #135412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135412 is #ECABED. Grayscale: #393939. Windows color (decimal): -15510510 or 1201171. OLE color: 1201171.
HSL color Cylindrical-coordinate representation of color #135412: hue angle of 119.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135412 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 18 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.67 |
| HSL | 119.09º | 0.65% | 0.2% | - |
| HSV(B) | 119.09º | 0.79% | 0.33% | - |
| XYZ | 3.55 | 6.52 | 1.64 | - |
| YUV | 57.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 18 | 0.77 | 0 | 0.79 | 0.67 | 119.09 | 0.65 | 0.2 |
| Hex | 13 | 54 | 12 | 4D | 0 | 4F | 43 | 77 | 41 | 14 |
| Octal | 23 | 124 | 22 | 115 | 0 | 117 | 103 | 167 | 101 | 24 |
| Binary | 10011 | 1010100 | 10010 | 1001101 | 0 | 1001111 | 1000011 | 1110111 | 1000001 | 10100 |
Color Harmonies of #135412
Complementary color
Monochromatic Colors of #135412
Black with #135412
Text Example
Text Example
White with #135412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135412; }
p { color: rgb(19,84,18); }
H1.HeaderClassName
{
color: #135412;
}
.AnyTagClassName
{
color: #135412;
}
</style>
background-color css
<style>
a { background-color: #135412; }
a { background-color: rgb(19,84,18); }
div.DivClassName
{
background-color: #135412;
}
.BgClassName
{
background-color: #135412;
}
</style>
border-color css
<style>
span { border-color: #135412; }
span { border-color: rgb(19,84,18); }
td.TdClassName
{
border-color: #135412;
}
.TagClassName
{
border-color: #135412;
}
</style>