Shades of Malachite #13D656
Tints of Malachite #13D656
RGB
CMYK
RGB Variations
Color information
#13D656 (or 0x13D656) is known color: Malachite. HEX triplet: 13, D6 and 56. RGB value is (19,214,86). Sum of RGB (Red+Green+Blue) = 19+214+86=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #13D656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D656 is #EC29A9. Grayscale: #8D8D8D. Windows color (decimal): -15477162 or 5690899. OLE color: 5690899.
HSL color Cylindrical-coordinate representation of color #13D656: hue angle of 140.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D656 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 86 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.16 |
| HSL | 140.62º | 0.84% | 0.46% | - |
| HSV(B) | 140.62º | 0.91% | 0.84% | - |
| XYZ | 25.99 | 48.9 | 16.87 | - |
| YUV | 141.1 | 96.9 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 86 | 0.91 | 0 | 0.60 | 0.16 | 140.62 | 0.84 | 0.46 |
| Hex | 13 | D6 | 56 | 5B | 0 | 3C | 10 | 8D | 54 | 2E |
| Octal | 23 | 326 | 126 | 133 | 0 | 74 | 20 | 215 | 124 | 56 |
| Binary | 10011 | 11010110 | 1010110 | 1011011 | 0 | 111100 | 10000 | 10001101 | 1010100 | 101110 |
Color Harmonies of #13D656
Complementary color
Monochromatic Colors of #13D656
Black with #13D656
Text Example
Text Example
White with #13D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D656; }
p { color: rgb(19,214,86); }
H1.HeaderClassName
{
color: #13D656;
}
.AnyTagClassName
{
color: #13D656;
}
</style>
background-color css
<style>
a { background-color: #13D656; }
a { background-color: rgb(19,214,86); }
div.DivClassName
{
background-color: #13D656;
}
.BgClassName
{
background-color: #13D656;
}
</style>
border-color css
<style>
span { border-color: #13D656; }
span { border-color: rgb(19,214,86); }
td.TdClassName
{
border-color: #13D656;
}
.TagClassName
{
border-color: #13D656;
}
</style>