Shades of Malachite #13D548
Tints of Malachite #13D548
RGB
CMYK
RGB Variations
Color information
#13D548 (or 0x13D548) is known color: Malachite. HEX triplet: 13, D5 and 48. RGB value is (19,213,72). Sum of RGB (Red+Green+Blue) = 19+213+72=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #13D548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D548 is #EC2AB7. Grayscale: #8B8B8B. Windows color (decimal): -15477432 or 4773139. OLE color: 4773139.
HSL color Cylindrical-coordinate representation of color #13D548: hue angle of 136.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D548 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 72 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.16 |
| HSL | 136.39º | 0.84% | 0.45% | - |
| HSV(B) | 136.39º | 0.91% | 0.84% | - |
| XYZ | 25.23 | 48.19 | 14.1 | - |
| YUV | 138.92 | 90.23 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 72 | 0.91 | 0 | 0.66 | 0.16 | 136.39 | 0.84 | 0.45 |
| Hex | 13 | D5 | 48 | 5B | 0 | 42 | 10 | 88 | 54 | 2D |
| Octal | 23 | 325 | 110 | 133 | 0 | 102 | 20 | 210 | 124 | 55 |
| Binary | 10011 | 11010101 | 1001000 | 1011011 | 0 | 1000010 | 10000 | 10001000 | 1010100 | 101101 |
Color Harmonies of #13D548
Complementary color
Monochromatic Colors of #13D548
Black with #13D548
Text Example
Text Example
White with #13D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D548; }
p { color: rgb(19,213,72); }
H1.HeaderClassName
{
color: #13D548;
}
.AnyTagClassName
{
color: #13D548;
}
</style>
background-color css
<style>
a { background-color: #13D548; }
a { background-color: rgb(19,213,72); }
div.DivClassName
{
background-color: #13D548;
}
.BgClassName
{
background-color: #13D548;
}
</style>
border-color css
<style>
span { border-color: #13D548; }
span { border-color: rgb(19,213,72); }
td.TdClassName
{
border-color: #13D548;
}
.TagClassName
{
border-color: #13D548;
}
</style>