Shades of Malachite #13D63B
Tints of Malachite #13D63B
RGB
CMYK
RGB Variations
Color information
#13D63B (or 0x13D63B) is known color: Malachite. HEX triplet: 13, D6 and 3B. RGB value is (19,214,59). Sum of RGB (Red+Green+Blue) = 19+214+59=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 214 (83.98% from 255 or 73.29% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 214 - color contains mainly: green. Hex color #13D63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D63B is #EC29C4. Grayscale: #8A8A8A. Windows color (decimal): -15477189 or 3921427. OLE color: 3921427.
HSL color Cylindrical-coordinate representation of color #13D63B: hue angle of 132.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D63B is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 59 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.16 |
| HSL | 132.31º | 0.84% | 0.46% | - |
| HSV(B) | 132.31º | 0.91% | 0.84% | - |
| XYZ | 25.1 | 48.55 | 12.19 | - |
| YUV | 138.03 | 83.4 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 59 | 0.91 | 0 | 0.72 | 0.16 | 132.31 | 0.84 | 0.46 |
| Hex | 13 | D6 | 3B | 5B | 0 | 48 | 10 | 84 | 54 | 2E |
| Octal | 23 | 326 | 73 | 133 | 0 | 110 | 20 | 204 | 124 | 56 |
| Binary | 10011 | 11010110 | 111011 | 1011011 | 0 | 1001000 | 10000 | 10000100 | 1010100 | 101110 |
Color Harmonies of #13D63B
Complementary color
Monochromatic Colors of #13D63B
Black with #13D63B
Text Example
Text Example
White with #13D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D63B; }
p { color: rgb(19,214,59); }
H1.HeaderClassName
{
color: #13D63B;
}
.AnyTagClassName
{
color: #13D63B;
}
</style>
background-color css
<style>
a { background-color: #13D63B; }
a { background-color: rgb(19,214,59); }
div.DivClassName
{
background-color: #13D63B;
}
.BgClassName
{
background-color: #13D63B;
}
</style>
border-color css
<style>
span { border-color: #13D63B; }
span { border-color: rgb(19,214,59); }
td.TdClassName
{
border-color: #13D63B;
}
.TagClassName
{
border-color: #13D63B;
}
</style>