Shades of Malachite #13DB3E
Tints of Malachite #13DB3E
RGB
CMYK
RGB Variations
Color information
#13DB3E (or 0x13DB3E) is known color: Malachite. HEX triplet: 13, DB and 3E. RGB value is (19,219,62). Sum of RGB (Red+Green+Blue) = 19+219+62=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 219 (85.94% from 255 or 73% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB3E is #EC24C1. Grayscale: #8D8D8D. Windows color (decimal): -15475906 or 4119315. OLE color: 4119315.
HSL color Cylindrical-coordinate representation of color #13DB3E: hue angle of 132.9º 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 #13DB3E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 62 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.14 |
| HSL | 132.9º | 0.84% | 0.47% | - |
| HSV(B) | 132.9º | 0.91% | 0.86% | - |
| XYZ | 26.47 | 51.15 | 13.04 | - |
| YUV | 141.3 | 83.24 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 62 | 0.91 | 0 | 0.72 | 0.14 | 132.9 | 0.84 | 0.47 |
| Hex | 13 | DB | 3E | 5B | 0 | 48 | E | 85 | 54 | 2F |
| Octal | 23 | 333 | 76 | 133 | 0 | 110 | 16 | 205 | 124 | 57 |
| Binary | 10011 | 11011011 | 111110 | 1011011 | 0 | 1001000 | 1110 | 10000101 | 1010100 | 101111 |
Color Harmonies of #13DB3E
Complementary color
Monochromatic Colors of #13DB3E
Black with #13DB3E
Text Example
Text Example
White with #13DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB3E; }
p { color: rgb(19,219,62); }
H1.HeaderClassName
{
color: #13DB3E;
}
.AnyTagClassName
{
color: #13DB3E;
}
</style>
background-color css
<style>
a { background-color: #13DB3E; }
a { background-color: rgb(19,219,62); }
div.DivClassName
{
background-color: #13DB3E;
}
.BgClassName
{
background-color: #13DB3E;
}
</style>
border-color css
<style>
span { border-color: #13DB3E; }
span { border-color: rgb(19,219,62); }
td.TdClassName
{
border-color: #13DB3E;
}
.TagClassName
{
border-color: #13DB3E;
}
</style>