Shades of Malachite #13C855
Tints of Malachite #13C855
RGB
CMYK
RGB Variations
Color information
#13C855 (or 0x13C855) is known color: Malachite. HEX triplet: 13, C8 and 55. RGB value is (19,200,85). Sum of RGB (Red+Green+Blue) = 19+200+85=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #13C855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C855 is #EC37AA. Grayscale: #858585. Windows color (decimal): -15480747 or 5621779. OLE color: 5621779.
HSL color Cylindrical-coordinate representation of color #13C855: hue angle of 141.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C855 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 85 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.22 |
| HSL | 141.88º | 0.83% | 0.43% | - |
| HSV(B) | 141.88º | 0.91% | 0.78% | - |
| XYZ | 22.56 | 42.1 | 15.53 | - |
| YUV | 132.77 | 101.03 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 85 | 0.90 | 0 | 0.58 | 0.22 | 141.88 | 0.83 | 0.43 |
| Hex | 13 | C8 | 55 | 5A | 0 | 3A | 16 | 8E | 53 | 2B |
| Octal | 23 | 310 | 125 | 132 | 0 | 72 | 26 | 216 | 123 | 53 |
| Binary | 10011 | 11001000 | 1010101 | 1011010 | 0 | 111010 | 10110 | 10001110 | 1010011 | 101011 |
Color Harmonies of #13C855
Complementary color
Monochromatic Colors of #13C855
Black with #13C855
Text Example
Text Example
White with #13C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C855; }
p { color: rgb(19,200,85); }
H1.HeaderClassName
{
color: #13C855;
}
.AnyTagClassName
{
color: #13C855;
}
</style>
background-color css
<style>
a { background-color: #13C855; }
a { background-color: rgb(19,200,85); }
div.DivClassName
{
background-color: #13C855;
}
.BgClassName
{
background-color: #13C855;
}
</style>
border-color css
<style>
span { border-color: #13C855; }
span { border-color: rgb(19,200,85); }
td.TdClassName
{
border-color: #13C855;
}
.TagClassName
{
border-color: #13C855;
}
</style>