Shades of Malachite #13D370
Tints of Malachite #13D370
RGB
CMYK
RGB Variations
Color information
#13D370 (or 0x13D370) is known color: Malachite. HEX triplet: 13, D3 and 70. RGB value is (19,211,112). Sum of RGB (Red+Green+Blue) = 19+211+112=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #13D370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D370 is #EC2C8F. Grayscale: #8E8E8E. Windows color (decimal): -15477904 or 7394067. OLE color: 7394067.
HSL color Cylindrical-coordinate representation of color #13D370: hue angle of 149.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D370 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 112 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.17 |
| HSL | 149.06º | 0.83% | 0.45% | - |
| HSV(B) | 149.06º | 0.91% | 0.83% | - |
| XYZ | 26.49 | 47.9 | 23.18 | - |
| YUV | 142.31 | 110.89 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 112 | 0.91 | 0 | 0.47 | 0.17 | 149.06 | 0.83 | 0.45 |
| Hex | 13 | D3 | 70 | 5B | 0 | 2F | 11 | 95 | 53 | 2D |
| Octal | 23 | 323 | 160 | 133 | 0 | 57 | 21 | 225 | 123 | 55 |
| Binary | 10011 | 11010011 | 1110000 | 1011011 | 0 | 101111 | 10001 | 10010101 | 1010011 | 101101 |
Color Harmonies of #13D370
Complementary color
Monochromatic Colors of #13D370
Black with #13D370
Text Example
Text Example
White with #13D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D370; }
p { color: rgb(19,211,112); }
H1.HeaderClassName
{
color: #13D370;
}
.AnyTagClassName
{
color: #13D370;
}
</style>
background-color css
<style>
a { background-color: #13D370; }
a { background-color: rgb(19,211,112); }
div.DivClassName
{
background-color: #13D370;
}
.BgClassName
{
background-color: #13D370;
}
</style>
border-color css
<style>
span { border-color: #13D370; }
span { border-color: rgb(19,211,112); }
td.TdClassName
{
border-color: #13D370;
}
.TagClassName
{
border-color: #13D370;
}
</style>