Shades of Malachite #13DB44
Tints of Malachite #13DB44
RGB
CMYK
RGB Variations
Color information
#13DB44 (or 0x13DB44) is known color: Malachite. HEX triplet: 13, DB and 44. RGB value is (19,219,68). Sum of RGB (Red+Green+Blue) = 19+219+68=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB44 is #EC24BB. Grayscale: #8E8E8E. Windows color (decimal): -15475900 or 4512531. OLE color: 4512531.
HSL color Cylindrical-coordinate representation of color #13DB44: hue angle of 134.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB44 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 68 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.14 |
| HSL | 134.7º | 0.84% | 0.47% | - |
| HSV(B) | 134.7º | 0.91% | 0.86% | - |
| XYZ | 26.64 | 51.22 | 13.95 | - |
| YUV | 141.99 | 86.24 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 68 | 0.91 | 0 | 0.69 | 0.14 | 134.7 | 0.84 | 0.47 |
| Hex | 13 | DB | 44 | 5B | 0 | 45 | E | 87 | 54 | 2F |
| Octal | 23 | 333 | 104 | 133 | 0 | 105 | 16 | 207 | 124 | 57 |
| Binary | 10011 | 11011011 | 1000100 | 1011011 | 0 | 1000101 | 1110 | 10000111 | 1010100 | 101111 |
Color Harmonies of #13DB44
Complementary color
Monochromatic Colors of #13DB44
Black with #13DB44
Text Example
Text Example
White with #13DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB44; }
p { color: rgb(19,219,68); }
H1.HeaderClassName
{
color: #13DB44;
}
.AnyTagClassName
{
color: #13DB44;
}
</style>
background-color css
<style>
a { background-color: #13DB44; }
a { background-color: rgb(19,219,68); }
div.DivClassName
{
background-color: #13DB44;
}
.BgClassName
{
background-color: #13DB44;
}
</style>
border-color css
<style>
span { border-color: #13DB44; }
span { border-color: rgb(19,219,68); }
td.TdClassName
{
border-color: #13DB44;
}
.TagClassName
{
border-color: #13DB44;
}
</style>