Shades of Malachite #13D558
Tints of Malachite #13D558
RGB
CMYK
RGB Variations
Color information
#13D558 (or 0x13D558) is known color: Malachite. HEX triplet: 13, D5 and 58. RGB value is (19,213,88). Sum of RGB (Red+Green+Blue) = 19+213+88=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #13D558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D558 is #EC2AA7. Grayscale: #8D8D8D. Windows color (decimal): -15477416 or 5821715. OLE color: 5821715.
HSL color Cylindrical-coordinate representation of color #13D558: hue angle of 141.34º 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 #13D558 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 88 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.16 |
| HSL | 141.34º | 0.84% | 0.45% | - |
| HSV(B) | 141.34º | 0.91% | 0.84% | - |
| XYZ | 25.82 | 48.43 | 17.22 | - |
| YUV | 140.74 | 98.23 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 88 | 0.91 | 0 | 0.59 | 0.16 | 141.34 | 0.84 | 0.45 |
| Hex | 13 | D5 | 58 | 5B | 0 | 3B | 10 | 8D | 54 | 2D |
| Octal | 23 | 325 | 130 | 133 | 0 | 73 | 20 | 215 | 124 | 55 |
| Binary | 10011 | 11010101 | 1011000 | 1011011 | 0 | 111011 | 10000 | 10001101 | 1010100 | 101101 |
Color Harmonies of #13D558
Complementary color
Monochromatic Colors of #13D558
Black with #13D558
Text Example
Text Example
White with #13D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D558; }
p { color: rgb(19,213,88); }
H1.HeaderClassName
{
color: #13D558;
}
.AnyTagClassName
{
color: #13D558;
}
</style>
background-color css
<style>
a { background-color: #13D558; }
a { background-color: rgb(19,213,88); }
div.DivClassName
{
background-color: #13D558;
}
.BgClassName
{
background-color: #13D558;
}
</style>
border-color css
<style>
span { border-color: #13D558; }
span { border-color: rgb(19,213,88); }
td.TdClassName
{
border-color: #13D558;
}
.TagClassName
{
border-color: #13D558;
}
</style>