Shades of Malachite #13D072
Tints of Malachite #13D072
RGB
CMYK
RGB Variations
Color information
#13D072 (or 0x13D072) is known color: Malachite. HEX triplet: 13, D0 and 72. RGB value is (19,208,114). Sum of RGB (Red+Green+Blue) = 19+208+114=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #13D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D072 is #EC2F8D. Grayscale: #8C8C8C. Windows color (decimal): -15478670 or 7524371. OLE color: 7524371.
HSL color Cylindrical-coordinate representation of color #13D072: hue angle of 150.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D072 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 114 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.18 |
| HSL | 150.16º | 0.83% | 0.45% | - |
| HSV(B) | 150.16º | 0.91% | 0.82% | - |
| XYZ | 25.86 | 46.47 | 23.53 | - |
| YUV | 140.77 | 112.88 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 114 | 0.91 | 0 | 0.45 | 0.18 | 150.16 | 0.83 | 0.45 |
| Hex | 13 | D0 | 72 | 5B | 0 | 2D | 12 | 96 | 53 | 2D |
| Octal | 23 | 320 | 162 | 133 | 0 | 55 | 22 | 226 | 123 | 55 |
| Binary | 10011 | 11010000 | 1110010 | 1011011 | 0 | 101101 | 10010 | 10010110 | 1010011 | 101101 |
Color Harmonies of #13D072
Complementary color
Monochromatic Colors of #13D072
Black with #13D072
Text Example
Text Example
White with #13D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D072; }
p { color: rgb(19,208,114); }
H1.HeaderClassName
{
color: #13D072;
}
.AnyTagClassName
{
color: #13D072;
}
</style>
background-color css
<style>
a { background-color: #13D072; }
a { background-color: rgb(19,208,114); }
div.DivClassName
{
background-color: #13D072;
}
.BgClassName
{
background-color: #13D072;
}
</style>
border-color css
<style>
span { border-color: #13D072; }
span { border-color: rgb(19,208,114); }
td.TdClassName
{
border-color: #13D072;
}
.TagClassName
{
border-color: #13D072;
}
</style>