Shades of Malachite #13D648
Tints of Malachite #13D648
RGB
CMYK
RGB Variations
Color information
#13D648 (or 0x13D648) is known color: Malachite. HEX triplet: 13, D6 and 48. RGB value is (19,214,72). Sum of RGB (Red+Green+Blue) = 19+214+72=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #13D648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D648 is #EC29B7. Grayscale: #8B8B8B. Windows color (decimal): -15477176 or 4773395. OLE color: 4773395.
HSL color Cylindrical-coordinate representation of color #13D648: hue angle of 136.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 #13D648 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 72 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.16 |
| HSL | 136.31º | 0.84% | 0.46% | - |
| HSV(B) | 136.31º | 0.91% | 0.84% | - |
| XYZ | 25.48 | 48.7 | 14.19 | - |
| YUV | 139.51 | 89.9 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 72 | 0.91 | 0 | 0.66 | 0.16 | 136.31 | 0.84 | 0.46 |
| Hex | 13 | D6 | 48 | 5B | 0 | 42 | 10 | 88 | 54 | 2E |
| Octal | 23 | 326 | 110 | 133 | 0 | 102 | 20 | 210 | 124 | 56 |
| Binary | 10011 | 11010110 | 1001000 | 1011011 | 0 | 1000010 | 10000 | 10001000 | 1010100 | 101110 |
Color Harmonies of #13D648
Complementary color
Monochromatic Colors of #13D648
Black with #13D648
Text Example
Text Example
White with #13D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D648; }
p { color: rgb(19,214,72); }
H1.HeaderClassName
{
color: #13D648;
}
.AnyTagClassName
{
color: #13D648;
}
</style>
background-color css
<style>
a { background-color: #13D648; }
a { background-color: rgb(19,214,72); }
div.DivClassName
{
background-color: #13D648;
}
.BgClassName
{
background-color: #13D648;
}
</style>
border-color css
<style>
span { border-color: #13D648; }
span { border-color: rgb(19,214,72); }
td.TdClassName
{
border-color: #13D648;
}
.TagClassName
{
border-color: #13D648;
}
</style>