Shades of Malachite #13D43B
Tints of Malachite #13D43B
RGB
CMYK
RGB Variations
Color information
#13D43B (or 0x13D43B) is known color: Malachite. HEX triplet: 13, D4 and 3B. RGB value is (19,212,59). Sum of RGB (Red+Green+Blue) = 19+212+59=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 212 (83.20% from 255 or 73.10% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 212 - color contains mainly: green. Hex color #13D43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D43B is #EC2BC4. Grayscale: #898989. Windows color (decimal): -15477701 or 3920915. OLE color: 3920915.
HSL color Cylindrical-coordinate representation of color #13D43B: hue angle of 132.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D43B is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 212 | 59 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.17 |
| HSL | 132.44º | 0.84% | 0.45% | - |
| HSV(B) | 132.44º | 0.91% | 0.83% | - |
| XYZ | 24.6 | 47.54 | 12.02 | - |
| YUV | 136.85 | 84.06 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 212 | 59 | 0.91 | 0 | 0.72 | 0.17 | 132.44 | 0.84 | 0.45 |
| Hex | 13 | D4 | 3B | 5B | 0 | 48 | 11 | 84 | 54 | 2D |
| Octal | 23 | 324 | 73 | 133 | 0 | 110 | 21 | 204 | 124 | 55 |
| Binary | 10011 | 11010100 | 111011 | 1011011 | 0 | 1001000 | 10001 | 10000100 | 1010100 | 101101 |
Color Harmonies of #13D43B
Complementary color
Monochromatic Colors of #13D43B
Black with #13D43B
Text Example
Text Example
White with #13D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D43B; }
p { color: rgb(19,212,59); }
H1.HeaderClassName
{
color: #13D43B;
}
.AnyTagClassName
{
color: #13D43B;
}
</style>
background-color css
<style>
a { background-color: #13D43B; }
a { background-color: rgb(19,212,59); }
div.DivClassName
{
background-color: #13D43B;
}
.BgClassName
{
background-color: #13D43B;
}
</style>
border-color css
<style>
span { border-color: #13D43B; }
span { border-color: rgb(19,212,59); }
td.TdClassName
{
border-color: #13D43B;
}
.TagClassName
{
border-color: #13D43B;
}
</style>