Shades of Malachite #13C05C
Tints of Malachite #13C05C
RGB
CMYK
RGB Variations
Color information
#13C05C (or 0x13C05C) is known color: Malachite. HEX triplet: 13, C0 and 5C. RGB value is (19,192,92). Sum of RGB (Red+Green+Blue) = 19+192+92=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #13C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C05C is #EC3FA3. Grayscale: #818181. Windows color (decimal): -15482788 or 6078483. OLE color: 6078483.
HSL color Cylindrical-coordinate representation of color #13C05C: hue angle of 145.32º 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 #13C05C is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 92 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.25 |
| HSL | 145.32º | 0.82% | 0.41% | - |
| HSV(B) | 145.32º | 0.9% | 0.75% | - |
| XYZ | 21.05 | 38.61 | 16.47 | - |
| YUV | 128.87 | 107.19 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 92 | 0.90 | 0 | 0.52 | 0.25 | 145.32 | 0.82 | 0.41 |
| Hex | 13 | C0 | 5C | 5A | 0 | 34 | 19 | 91 | 52 | 29 |
| Octal | 23 | 300 | 134 | 132 | 0 | 64 | 31 | 221 | 122 | 51 |
| Binary | 10011 | 11000000 | 1011100 | 1011010 | 0 | 110100 | 11001 | 10010001 | 1010010 | 101001 |
Color Harmonies of #13C05C
Complementary color
Monochromatic Colors of #13C05C
Black with #13C05C
Text Example
Text Example
White with #13C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C05C; }
p { color: rgb(19,192,92); }
H1.HeaderClassName
{
color: #13C05C;
}
.AnyTagClassName
{
color: #13C05C;
}
</style>
background-color css
<style>
a { background-color: #13C05C; }
a { background-color: rgb(19,192,92); }
div.DivClassName
{
background-color: #13C05C;
}
.BgClassName
{
background-color: #13C05C;
}
</style>
border-color css
<style>
span { border-color: #13C05C; }
span { border-color: rgb(19,192,92); }
td.TdClassName
{
border-color: #13C05C;
}
.TagClassName
{
border-color: #13C05C;
}
</style>