Shades of Malachite #13D762
Tints of Malachite #13D762
RGB
CMYK
RGB Variations
Color information
#13D762 (or 0x13D762) is known color: Malachite. HEX triplet: 13, D7 and 62. RGB value is (19,215,98). Sum of RGB (Red+Green+Blue) = 19+215+98=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #13D762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D762 is #EC289D. Grayscale: #8F8F8F. Windows color (decimal): -15476894 or 6477587. OLE color: 6477587.
HSL color Cylindrical-coordinate representation of color #13D762: hue angle of 144.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D762 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 98 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.16 |
| HSL | 144.18º | 0.84% | 0.46% | - |
| HSV(B) | 144.18º | 0.91% | 0.84% | - |
| XYZ | 26.77 | 49.62 | 19.72 | - |
| YUV | 143.06 | 102.57 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 98 | 0.91 | 0 | 0.54 | 0.16 | 144.18 | 0.84 | 0.46 |
| Hex | 13 | D7 | 62 | 5B | 0 | 36 | 10 | 90 | 54 | 2E |
| Octal | 23 | 327 | 142 | 133 | 0 | 66 | 20 | 220 | 124 | 56 |
| Binary | 10011 | 11010111 | 1100010 | 1011011 | 0 | 110110 | 10000 | 10010000 | 1010100 | 101110 |
Color Harmonies of #13D762
Complementary color
Monochromatic Colors of #13D762
Black with #13D762
Text Example
Text Example
White with #13D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D762; }
p { color: rgb(19,215,98); }
H1.HeaderClassName
{
color: #13D762;
}
.AnyTagClassName
{
color: #13D762;
}
</style>
background-color css
<style>
a { background-color: #13D762; }
a { background-color: rgb(19,215,98); }
div.DivClassName
{
background-color: #13D762;
}
.BgClassName
{
background-color: #13D762;
}
</style>
border-color css
<style>
span { border-color: #13D762; }
span { border-color: rgb(19,215,98); }
td.TdClassName
{
border-color: #13D762;
}
.TagClassName
{
border-color: #13D762;
}
</style>