Shades of Malachite #13DA68
Tints of Malachite #13DA68
RGB
CMYK
RGB Variations
Color information
#13DA68 (or 0x13DA68) is known color: Malachite. HEX triplet: 13, DA and 68. RGB value is (19,218,104). Sum of RGB (Red+Green+Blue) = 19+218+104=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DA68 is #EC2597. Grayscale: #919191. Windows color (decimal): -15476120 or 6871571. OLE color: 6871571.
HSL color Cylindrical-coordinate representation of color #13DA68: hue angle of 145.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DA68 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 104 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.15 |
| HSL | 145.63º | 0.84% | 0.46% | - |
| HSV(B) | 145.63º | 0.91% | 0.85% | - |
| XYZ | 27.84 | 51.28 | 21.53 | - |
| YUV | 145.5 | 104.57 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 104 | 0.91 | 0 | 0.52 | 0.15 | 145.63 | 0.84 | 0.46 |
| Hex | 13 | DA | 68 | 5B | 0 | 34 | F | 92 | 54 | 2E |
| Octal | 23 | 332 | 150 | 133 | 0 | 64 | 17 | 222 | 124 | 56 |
| Binary | 10011 | 11011010 | 1101000 | 1011011 | 0 | 110100 | 1111 | 10010010 | 1010100 | 101110 |
Color Harmonies of #13DA68
Complementary color
Monochromatic Colors of #13DA68
Black with #13DA68
Text Example
Text Example
White with #13DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA68; }
p { color: rgb(19,218,104); }
H1.HeaderClassName
{
color: #13DA68;
}
.AnyTagClassName
{
color: #13DA68;
}
</style>
background-color css
<style>
a { background-color: #13DA68; }
a { background-color: rgb(19,218,104); }
div.DivClassName
{
background-color: #13DA68;
}
.BgClassName
{
background-color: #13DA68;
}
</style>
border-color css
<style>
span { border-color: #13DA68; }
span { border-color: rgb(19,218,104); }
td.TdClassName
{
border-color: #13DA68;
}
.TagClassName
{
border-color: #13DA68;
}
</style>