Shades of Malachite #13DA3A
Tints of Malachite #13DA3A
RGB
CMYK
RGB Variations
Color information
#13DA3A (or 0x13DA3A) is known color: Malachite. HEX triplet: 13, DA and 3A. RGB value is (19,218,58). Sum of RGB (Red+Green+Blue) = 19+218+58=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA3A is #EC25C5. Grayscale: #8C8C8C. Windows color (decimal): -15476166 or 3856915. OLE color: 3856915.
HSL color Cylindrical-coordinate representation of color #13DA3A: hue angle of 131.76º 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 #13DA3A is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 58 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.15 |
| HSL | 131.76º | 0.84% | 0.46% | - |
| HSV(B) | 131.76º | 0.91% | 0.85% | - |
| XYZ | 26.1 | 50.59 | 12.39 | - |
| YUV | 140.26 | 81.57 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 58 | 0.91 | 0 | 0.73 | 0.15 | 131.76 | 0.84 | 0.46 |
| Hex | 13 | DA | 3A | 5B | 0 | 49 | F | 84 | 54 | 2E |
| Octal | 23 | 332 | 72 | 133 | 0 | 111 | 17 | 204 | 124 | 56 |
| Binary | 10011 | 11011010 | 111010 | 1011011 | 0 | 1001001 | 1111 | 10000100 | 1010100 | 101110 |
Color Harmonies of #13DA3A
Complementary color
Monochromatic Colors of #13DA3A
Black with #13DA3A
Text Example
Text Example
White with #13DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA3A; }
p { color: rgb(19,218,58); }
H1.HeaderClassName
{
color: #13DA3A;
}
.AnyTagClassName
{
color: #13DA3A;
}
</style>
background-color css
<style>
a { background-color: #13DA3A; }
a { background-color: rgb(19,218,58); }
div.DivClassName
{
background-color: #13DA3A;
}
.BgClassName
{
background-color: #13DA3A;
}
</style>
border-color css
<style>
span { border-color: #13DA3A; }
span { border-color: rgb(19,218,58); }
td.TdClassName
{
border-color: #13DA3A;
}
.TagClassName
{
border-color: #13DA3A;
}
</style>