Shades of Malachite #13D763
Tints of Malachite #13D763
RGB
CMYK
RGB Variations
Color information
#13D763 (or 0x13D763) is known color: Malachite. HEX triplet: 13, D7 and 63. RGB value is (19,215,99). Sum of RGB (Red+Green+Blue) = 19+215+99=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #13D763 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D763 is #EC289C. Grayscale: #8F8F8F. Windows color (decimal): -15476893 or 6543123. OLE color: 6543123.
HSL color Cylindrical-coordinate representation of color #13D763: hue angle of 144.49º 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 #13D763 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 99 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.16 |
| HSL | 144.49º | 0.84% | 0.46% | - |
| HSV(B) | 144.49º | 0.91% | 0.84% | - |
| XYZ | 26.82 | 49.64 | 19.97 | - |
| YUV | 143.17 | 103.07 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 99 | 0.91 | 0 | 0.54 | 0.16 | 144.49 | 0.84 | 0.46 |
| Hex | 13 | D7 | 63 | 5B | 0 | 36 | 10 | 90 | 54 | 2E |
| Octal | 23 | 327 | 143 | 133 | 0 | 66 | 20 | 220 | 124 | 56 |
| Binary | 10011 | 11010111 | 1100011 | 1011011 | 0 | 110110 | 10000 | 10010000 | 1010100 | 101110 |
Color Harmonies of #13D763
Complementary color
Monochromatic Colors of #13D763
Black with #13D763
Text Example
Text Example
White with #13D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D763; }
p { color: rgb(19,215,99); }
H1.HeaderClassName
{
color: #13D763;
}
.AnyTagClassName
{
color: #13D763;
}
</style>
background-color css
<style>
a { background-color: #13D763; }
a { background-color: rgb(19,215,99); }
div.DivClassName
{
background-color: #13D763;
}
.BgClassName
{
background-color: #13D763;
}
</style>
border-color css
<style>
span { border-color: #13D763; }
span { border-color: rgb(19,215,99); }
td.TdClassName
{
border-color: #13D763;
}
.TagClassName
{
border-color: #13D763;
}
</style>