Shades of Malachite #13DB38
Tints of Malachite #13DB38
RGB
CMYK
RGB Variations
Color information
#13DB38 (or 0x13DB38) is known color: Malachite. HEX triplet: 13, DB and 38. RGB value is (19,219,56). Sum of RGB (Red+Green+Blue) = 19+219+56=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB38 is #EC24C7. Grayscale: #8D8D8D. Windows color (decimal): -15475912 or 3726099. OLE color: 3726099.
HSL color Cylindrical-coordinate representation of color #13DB38: hue angle of 131.1º 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 #13DB38 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 56 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.14 |
| HSL | 131.1º | 0.84% | 0.47% | - |
| HSV(B) | 131.1º | 0.91% | 0.86% | - |
| XYZ | 26.31 | 51.09 | 12.22 | - |
| YUV | 140.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 56 | 0.91 | 0 | 0.74 | 0.14 | 131.1 | 0.84 | 0.47 |
| Hex | 13 | DB | 38 | 5B | 0 | 4A | E | 83 | 54 | 2F |
| Octal | 23 | 333 | 70 | 133 | 0 | 112 | 16 | 203 | 124 | 57 |
| Binary | 10011 | 11011011 | 111000 | 1011011 | 0 | 1001010 | 1110 | 10000011 | 1010100 | 101111 |
Color Harmonies of #13DB38
Complementary color
Monochromatic Colors of #13DB38
Black with #13DB38
Text Example
Text Example
White with #13DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB38; }
p { color: rgb(19,219,56); }
H1.HeaderClassName
{
color: #13DB38;
}
.AnyTagClassName
{
color: #13DB38;
}
</style>
background-color css
<style>
a { background-color: #13DB38; }
a { background-color: rgb(19,219,56); }
div.DivClassName
{
background-color: #13DB38;
}
.BgClassName
{
background-color: #13DB38;
}
</style>
border-color css
<style>
span { border-color: #13DB38; }
span { border-color: rgb(19,219,56); }
td.TdClassName
{
border-color: #13DB38;
}
.TagClassName
{
border-color: #13DB38;
}
</style>