Shades of Malachite #13C456
Tints of Malachite #13C456
RGB
CMYK
RGB Variations
Color information
#13C456 (or 0x13C456) is known color: Malachite. HEX triplet: 13, C4 and 56. RGB value is (19,196,86). Sum of RGB (Red+Green+Blue) = 19+196+86=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #13C456 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C456 is #EC3BA9. Grayscale: #828282. Windows color (decimal): -15481770 or 5686291. OLE color: 5686291.
HSL color Cylindrical-coordinate representation of color #13C456: hue angle of 142.71º 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 #13C456 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 86 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.23 |
| HSL | 142.71º | 0.82% | 0.42% | - |
| HSV(B) | 142.71º | 0.9% | 0.77% | - |
| XYZ | 21.69 | 40.29 | 15.44 | - |
| YUV | 130.54 | 102.86 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 86 | 0.90 | 0 | 0.56 | 0.23 | 142.71 | 0.82 | 0.42 |
| Hex | 13 | C4 | 56 | 5A | 0 | 38 | 17 | 8F | 52 | 2A |
| Octal | 23 | 304 | 126 | 132 | 0 | 70 | 27 | 217 | 122 | 52 |
| Binary | 10011 | 11000100 | 1010110 | 1011010 | 0 | 111000 | 10111 | 10001111 | 1010010 | 101010 |
Color Harmonies of #13C456
Complementary color
Monochromatic Colors of #13C456
Black with #13C456
Text Example
Text Example
White with #13C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C456; }
p { color: rgb(19,196,86); }
H1.HeaderClassName
{
color: #13C456;
}
.AnyTagClassName
{
color: #13C456;
}
</style>
background-color css
<style>
a { background-color: #13C456; }
a { background-color: rgb(19,196,86); }
div.DivClassName
{
background-color: #13C456;
}
.BgClassName
{
background-color: #13C456;
}
</style>
border-color css
<style>
span { border-color: #13C456; }
span { border-color: rgb(19,196,86); }
td.TdClassName
{
border-color: #13C456;
}
.TagClassName
{
border-color: #13C456;
}
</style>