Shades of Malachite #13C55D
Tints of Malachite #13C55D
RGB
CMYK
RGB Variations
Color information
#13C55D (or 0x13C55D) is known color: Malachite. HEX triplet: 13, C5 and 5D. RGB value is (19,197,93). Sum of RGB (Red+Green+Blue) = 19+197+93=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #13C55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C55D is #EC3AA2. Grayscale: #848484. Windows color (decimal): -15481507 or 6145299. OLE color: 6145299.
HSL color Cylindrical-coordinate representation of color #13C55D: hue angle of 144.94º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C55D is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 93 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.23 |
| HSL | 144.94º | 0.82% | 0.42% | - |
| HSV(B) | 144.94º | 0.9% | 0.77% | - |
| XYZ | 22.21 | 40.86 | 17.07 | - |
| YUV | 131.92 | 106.03 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 93 | 0.90 | 0 | 0.53 | 0.23 | 144.94 | 0.82 | 0.42 |
| Hex | 13 | C5 | 5D | 5A | 0 | 35 | 17 | 91 | 52 | 2A |
| Octal | 23 | 305 | 135 | 132 | 0 | 65 | 27 | 221 | 122 | 52 |
| Binary | 10011 | 11000101 | 1011101 | 1011010 | 0 | 110101 | 10111 | 10010001 | 1010010 | 101010 |
Color Harmonies of #13C55D
Complementary color
Monochromatic Colors of #13C55D
Black with #13C55D
Text Example
Text Example
White with #13C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C55D; }
p { color: rgb(19,197,93); }
H1.HeaderClassName
{
color: #13C55D;
}
.AnyTagClassName
{
color: #13C55D;
}
</style>
background-color css
<style>
a { background-color: #13C55D; }
a { background-color: rgb(19,197,93); }
div.DivClassName
{
background-color: #13C55D;
}
.BgClassName
{
background-color: #13C55D;
}
</style>
border-color css
<style>
span { border-color: #13C55D; }
span { border-color: rgb(19,197,93); }
td.TdClassName
{
border-color: #13C55D;
}
.TagClassName
{
border-color: #13C55D;
}
</style>