Shades of Malachite #13C05D
Tints of Malachite #13C05D
RGB
CMYK
RGB Variations
Color information
#13C05D (or 0x13C05D) is known color: Malachite. HEX triplet: 13, C0 and 5D. RGB value is (19,192,93). Sum of RGB (Red+Green+Blue) = 19+192+93=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #13C05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C05D is #EC3FA2. Grayscale: #818181. Windows color (decimal): -15482787 or 6144019. OLE color: 6144019.
HSL color Cylindrical-coordinate representation of color #13C05D: hue angle of 145.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C05D is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 93 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.25 |
| HSL | 145.66º | 0.82% | 0.41% | - |
| HSV(B) | 145.66º | 0.9% | 0.75% | - |
| XYZ | 21.09 | 38.63 | 16.7 | - |
| YUV | 128.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 93 | 0.90 | 0 | 0.52 | 0.25 | 145.66 | 0.82 | 0.41 |
| Hex | 13 | C0 | 5D | 5A | 0 | 34 | 19 | 92 | 52 | 29 |
| Octal | 23 | 300 | 135 | 132 | 0 | 64 | 31 | 222 | 122 | 51 |
| Binary | 10011 | 11000000 | 1011101 | 1011010 | 0 | 110100 | 11001 | 10010010 | 1010010 | 101001 |
Color Harmonies of #13C05D
Complementary color
Monochromatic Colors of #13C05D
Black with #13C05D
Text Example
Text Example
White with #13C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C05D; }
p { color: rgb(19,192,93); }
H1.HeaderClassName
{
color: #13C05D;
}
.AnyTagClassName
{
color: #13C05D;
}
</style>
background-color css
<style>
a { background-color: #13C05D; }
a { background-color: rgb(19,192,93); }
div.DivClassName
{
background-color: #13C05D;
}
.BgClassName
{
background-color: #13C05D;
}
</style>
border-color css
<style>
span { border-color: #13C05D; }
span { border-color: rgb(19,192,93); }
td.TdClassName
{
border-color: #13C05D;
}
.TagClassName
{
border-color: #13C05D;
}
</style>