Shades of Malachite #13C65A
Tints of Malachite #13C65A
RGB
CMYK
RGB Variations
Color information
#13C65A (or 0x13C65A) is known color: Malachite. HEX triplet: 13, C6 and 5A. RGB value is (19,198,90). Sum of RGB (Red+Green+Blue) = 19+198+90=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #13C65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C65A is #EC39A5. Grayscale: #848484. Windows color (decimal): -15481254 or 5948947. OLE color: 5948947.
HSL color Cylindrical-coordinate representation of color #13C65A: hue angle of 143.8º degrees, saturation: 0.82, 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 #13C65A is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 90 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.22 |
| HSL | 143.8º | 0.82% | 0.43% | - |
| HSV(B) | 143.8º | 0.9% | 0.78% | - |
| XYZ | 22.31 | 41.26 | 16.46 | - |
| YUV | 132.17 | 104.2 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 90 | 0.90 | 0 | 0.55 | 0.22 | 143.8 | 0.82 | 0.43 |
| Hex | 13 | C6 | 5A | 5A | 0 | 37 | 16 | 90 | 52 | 2B |
| Octal | 23 | 306 | 132 | 132 | 0 | 67 | 26 | 220 | 122 | 53 |
| Binary | 10011 | 11000110 | 1011010 | 1011010 | 0 | 110111 | 10110 | 10010000 | 1010010 | 101011 |
Color Harmonies of #13C65A
Complementary color
Monochromatic Colors of #13C65A
Black with #13C65A
Text Example
Text Example
White with #13C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C65A; }
p { color: rgb(19,198,90); }
H1.HeaderClassName
{
color: #13C65A;
}
.AnyTagClassName
{
color: #13C65A;
}
</style>
background-color css
<style>
a { background-color: #13C65A; }
a { background-color: rgb(19,198,90); }
div.DivClassName
{
background-color: #13C65A;
}
.BgClassName
{
background-color: #13C65A;
}
</style>
border-color css
<style>
span { border-color: #13C65A; }
span { border-color: rgb(19,198,90); }
td.TdClassName
{
border-color: #13C65A;
}
.TagClassName
{
border-color: #13C65A;
}
</style>