Shades of Malachite #13C455
Tints of Malachite #13C455
RGB
CMYK
RGB Variations
Color information
#13C455 (or 0x13C455) is known color: Malachite. HEX triplet: 13, C4 and 55. RGB value is (19,196,85). Sum of RGB (Red+Green+Blue) = 19+196+85=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #13C455 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C455 is #EC3BAA. Grayscale: #828282. Windows color (decimal): -15481771 or 5620755. OLE color: 5620755.
HSL color Cylindrical-coordinate representation of color #13C455: hue angle of 142.37º 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 #13C455 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 85 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.23 |
| HSL | 142.37º | 0.82% | 0.42% | - |
| HSV(B) | 142.37º | 0.9% | 0.77% | - |
| XYZ | 21.65 | 40.27 | 15.23 | - |
| YUV | 130.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 85 | 0.90 | 0 | 0.57 | 0.23 | 142.37 | 0.82 | 0.42 |
| Hex | 13 | C4 | 55 | 5A | 0 | 39 | 17 | 8E | 52 | 2A |
| Octal | 23 | 304 | 125 | 132 | 0 | 71 | 27 | 216 | 122 | 52 |
| Binary | 10011 | 11000100 | 1010101 | 1011010 | 0 | 111001 | 10111 | 10001110 | 1010010 | 101010 |
Color Harmonies of #13C455
Complementary color
Monochromatic Colors of #13C455
Black with #13C455
Text Example
Text Example
White with #13C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C455; }
p { color: rgb(19,196,85); }
H1.HeaderClassName
{
color: #13C455;
}
.AnyTagClassName
{
color: #13C455;
}
</style>
background-color css
<style>
a { background-color: #13C455; }
a { background-color: rgb(19,196,85); }
div.DivClassName
{
background-color: #13C455;
}
.BgClassName
{
background-color: #13C455;
}
</style>
border-color css
<style>
span { border-color: #13C455; }
span { border-color: rgb(19,196,85); }
td.TdClassName
{
border-color: #13C455;
}
.TagClassName
{
border-color: #13C455;
}
</style>