Shades of Malachite #13D758
Tints of Malachite #13D758
RGB
CMYK
RGB Variations
Color information
#13D758 (or 0x13D758) is known color: Malachite. HEX triplet: 13, D7 and 58. RGB value is (19,215,88). Sum of RGB (Red+Green+Blue) = 19+215+88=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 215 (84.38% from 255 or 66.77% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 215 - color contains mainly: green. Hex color #13D758 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D758 is #EC28A7. Grayscale: #8E8E8E. Windows color (decimal): -15476904 or 5822227. OLE color: 5822227.
HSL color Cylindrical-coordinate representation of color #13D758: hue angle of 141.12º 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 #13D758 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 88 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.16 |
| HSL | 141.12º | 0.84% | 0.46% | - |
| HSV(B) | 141.12º | 0.91% | 0.84% | - |
| XYZ | 26.33 | 49.44 | 17.39 | - |
| YUV | 141.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 88 | 0.91 | 0 | 0.59 | 0.16 | 141.12 | 0.84 | 0.46 |
| Hex | 13 | D7 | 58 | 5B | 0 | 3B | 10 | 8D | 54 | 2E |
| Octal | 23 | 327 | 130 | 133 | 0 | 73 | 20 | 215 | 124 | 56 |
| Binary | 10011 | 11010111 | 1011000 | 1011011 | 0 | 111011 | 10000 | 10001101 | 1010100 | 101110 |
Color Harmonies of #13D758
Complementary color
Monochromatic Colors of #13D758
Black with #13D758
Text Example
Text Example
White with #13D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D758; }
p { color: rgb(19,215,88); }
H1.HeaderClassName
{
color: #13D758;
}
.AnyTagClassName
{
color: #13D758;
}
</style>
background-color css
<style>
a { background-color: #13D758; }
a { background-color: rgb(19,215,88); }
div.DivClassName
{
background-color: #13D758;
}
.BgClassName
{
background-color: #13D758;
}
</style>
border-color css
<style>
span { border-color: #13D758; }
span { border-color: rgb(19,215,88); }
td.TdClassName
{
border-color: #13D758;
}
.TagClassName
{
border-color: #13D758;
}
</style>