Shades of Malachite #13D756
Tints of Malachite #13D756
RGB
CMYK
RGB Variations
Color information
#13D756 (or 0x13D756) is known color: Malachite. HEX triplet: 13, D7 and 56. RGB value is (19,215,86). Sum of RGB (Red+Green+Blue) = 19+215+86=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #13D756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D756 is #EC28A9. Grayscale: #8E8E8E. Windows color (decimal): -15476906 or 5691155. OLE color: 5691155.
HSL color Cylindrical-coordinate representation of color #13D756: hue angle of 140.51º 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 #13D756 is Cyan = 0.91, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 86 | - |
| CMYK | 0.91 | 0 | 0.6 | 0.16 |
| HSL | 140.51º | 0.84% | 0.46% | - |
| HSV(B) | 140.51º | 0.91% | 0.84% | - |
| XYZ | 26.25 | 49.41 | 16.96 | - |
| YUV | 141.69 | 96.57 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 86 | 0.91 | 0 | 0.6 | 0.16 | 140.51 | 0.84 | 0.46 |
| Hex | 13 | D7 | 56 | 5B | 0 | 3C | 10 | 8D | 54 | 2E |
| Octal | 23 | 327 | 126 | 133 | 0 | 74 | 20 | 215 | 124 | 56 |
| Binary | 10011 | 11010111 | 1010110 | 1011011 | 0 | 111100 | 10000 | 10001101 | 1010100 | 101110 |
Color Harmonies of #13D756
Complementary color
Monochromatic Colors of #13D756
Black with #13D756
Text Example
Text Example
White with #13D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D756; }
p { color: rgb(19,215,86); }
H1.HeaderClassName
{
color: #13D756;
}
.AnyTagClassName
{
color: #13D756;
}
</style>
background-color css
<style>
a { background-color: #13D756; }
a { background-color: rgb(19,215,86); }
div.DivClassName
{
background-color: #13D756;
}
.BgClassName
{
background-color: #13D756;
}
</style>
border-color css
<style>
span { border-color: #13D756; }
span { border-color: rgb(19,215,86); }
td.TdClassName
{
border-color: #13D756;
}
.TagClassName
{
border-color: #13D756;
}
</style>