Shades of Malachite #13D560
Tints of Malachite #13D560
RGB
CMYK
RGB Variations
Color information
#13D560 (or 0x13D560) is known color: Malachite. HEX triplet: 13, D5 and 60. RGB value is (19,213,96). Sum of RGB (Red+Green+Blue) = 19+213+96=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #13D560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D560 is #EC2A9F. Grayscale: #8D8D8D. Windows color (decimal): -15477408 or 6346003. OLE color: 6346003.
HSL color Cylindrical-coordinate representation of color #13D560: hue angle of 143.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D560 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 96 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.16 |
| HSL | 143.81º | 0.84% | 0.45% | - |
| HSV(B) | 143.81º | 0.91% | 0.84% | - |
| XYZ | 26.17 | 48.57 | 19.06 | - |
| YUV | 141.66 | 102.23 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 96 | 0.91 | 0 | 0.55 | 0.16 | 143.81 | 0.84 | 0.45 |
| Hex | 13 | D5 | 60 | 5B | 0 | 37 | 10 | 90 | 54 | 2D |
| Octal | 23 | 325 | 140 | 133 | 0 | 67 | 20 | 220 | 124 | 55 |
| Binary | 10011 | 11010101 | 1100000 | 1011011 | 0 | 110111 | 10000 | 10010000 | 1010100 | 101101 |
Color Harmonies of #13D560
Complementary color
Monochromatic Colors of #13D560
Black with #13D560
Text Example
Text Example
White with #13D560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D560; }
p { color: rgb(19,213,96); }
H1.HeaderClassName
{
color: #13D560;
}
.AnyTagClassName
{
color: #13D560;
}
</style>
background-color css
<style>
a { background-color: #13D560; }
a { background-color: rgb(19,213,96); }
div.DivClassName
{
background-color: #13D560;
}
.BgClassName
{
background-color: #13D560;
}
</style>
border-color css
<style>
span { border-color: #13D560; }
span { border-color: rgb(19,213,96); }
td.TdClassName
{
border-color: #13D560;
}
.TagClassName
{
border-color: #13D560;
}
</style>