Shades of Malachite #13E032
Tints of Malachite #13E032
RGB
CMYK
RGB Variations
Color information
#13E032 (or 0x13E032) is known color: Malachite. HEX triplet: 13, E0 and 32. RGB value is (19,224,50). Sum of RGB (Red+Green+Blue) = 19+224+50=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #13E032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E032 is #EC1FCD. Grayscale: #8F8F8F. Windows color (decimal): -15474638 or 3334163. OLE color: 3334163.
HSL color Cylindrical-coordinate representation of color #13E032: hue angle of 129.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E032 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 50 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.12 |
| HSL | 129.07º | 0.84% | 0.48% | - |
| HSV(B) | 129.07º | 0.92% | 0.88% | - |
| XYZ | 27.5 | 53.68 | 11.93 | - |
| YUV | 142.87 | 75.58 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 50 | 0.92 | 0 | 0.78 | 0.12 | 129.07 | 0.84 | 0.48 |
| Hex | 13 | E0 | 32 | 5C | 0 | 4E | C | 81 | 54 | 30 |
| Octal | 23 | 340 | 62 | 134 | 0 | 116 | 14 | 201 | 124 | 60 |
| Binary | 10011 | 11100000 | 110010 | 1011100 | 0 | 1001110 | 1100 | 10000001 | 1010100 | 110000 |
Color Harmonies of #13E032
Complementary color
Monochromatic Colors of #13E032
Black with #13E032
Text Example
Text Example
White with #13E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E032; }
p { color: rgb(19,224,50); }
H1.HeaderClassName
{
color: #13E032;
}
.AnyTagClassName
{
color: #13E032;
}
</style>
background-color css
<style>
a { background-color: #13E032; }
a { background-color: rgb(19,224,50); }
div.DivClassName
{
background-color: #13E032;
}
.BgClassName
{
background-color: #13E032;
}
</style>
border-color css
<style>
span { border-color: #13E032; }
span { border-color: rgb(19,224,50); }
td.TdClassName
{
border-color: #13E032;
}
.TagClassName
{
border-color: #13E032;
}
</style>