Shades of Malachite #13DB39
Tints of Malachite #13DB39
RGB
CMYK
RGB Variations
Color information
#13DB39 (or 0x13DB39) is known color: Malachite. HEX triplet: 13, DB and 39. RGB value is (19,219,57). Sum of RGB (Red+Green+Blue) = 19+219+57=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB39 is #EC24C6. Grayscale: #8D8D8D. Windows color (decimal): -15475911 or 3791635. OLE color: 3791635.
HSL color Cylindrical-coordinate representation of color #13DB39: hue angle of 131.4º 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 #13DB39 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 57 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.14 |
| HSL | 131.4º | 0.84% | 0.47% | - |
| HSV(B) | 131.4º | 0.91% | 0.86% | - |
| XYZ | 26.34 | 51.1 | 12.35 | - |
| YUV | 140.73 | 80.74 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 57 | 0.91 | 0 | 0.74 | 0.14 | 131.4 | 0.84 | 0.47 |
| Hex | 13 | DB | 39 | 5B | 0 | 4A | E | 83 | 54 | 2F |
| Octal | 23 | 333 | 71 | 133 | 0 | 112 | 16 | 203 | 124 | 57 |
| Binary | 10011 | 11011011 | 111001 | 1011011 | 0 | 1001010 | 1110 | 10000011 | 1010100 | 101111 |
Color Harmonies of #13DB39
Complementary color
Monochromatic Colors of #13DB39
Black with #13DB39
Text Example
Text Example
White with #13DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB39; }
p { color: rgb(19,219,57); }
H1.HeaderClassName
{
color: #13DB39;
}
.AnyTagClassName
{
color: #13DB39;
}
</style>
background-color css
<style>
a { background-color: #13DB39; }
a { background-color: rgb(19,219,57); }
div.DivClassName
{
background-color: #13DB39;
}
.BgClassName
{
background-color: #13DB39;
}
</style>
border-color css
<style>
span { border-color: #13DB39; }
span { border-color: rgb(19,219,57); }
td.TdClassName
{
border-color: #13DB39;
}
.TagClassName
{
border-color: #13DB39;
}
</style>