Shades of Malachite #03D642
Tints of Malachite #03D642
RGB
CMYK
RGB Variations
Color information
#03D642 (or 0x03D642) is known color: Malachite. HEX triplet: 03, D6 and 42. RGB value is (3,214,66). Sum of RGB (Red+Green+Blue) = 3+214+66=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #03D642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D642 is #FC29BD. Grayscale: #868686. Windows color (decimal): -16525758 or 4380163. OLE color: 4380163.
HSL color Cylindrical-coordinate representation of color #03D642: hue angle of 137.91º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D642 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 66 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.16 |
| HSL | 137.91º | 0.97% | 0.43% | - |
| HSV(B) | 137.91º | 0.99% | 0.84% | - |
| XYZ | 25.07 | 48.51 | 13.2 | - |
| YUV | 134.04 | 89.6 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 66 | 0.99 | 0 | 0.69 | 0.16 | 137.91 | 0.97 | 0.43 |
| Hex | 3 | D6 | 42 | 63 | 0 | 45 | 10 | 8A | 61 | 2B |
| Octal | 3 | 326 | 102 | 143 | 0 | 105 | 20 | 212 | 141 | 53 |
| Binary | 11 | 11010110 | 1000010 | 1100011 | 0 | 1000101 | 10000 | 10001010 | 1100001 | 101011 |
Color Harmonies of #03D642
Complementary color
Monochromatic Colors of #03D642
Black with #03D642
Text Example
Text Example
White with #03D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D642; }
p { color: rgb(3,214,66); }
H1.HeaderClassName
{
color: #03D642;
}
.AnyTagClassName
{
color: #03D642;
}
</style>
background-color css
<style>
a { background-color: #03D642; }
a { background-color: rgb(3,214,66); }
div.DivClassName
{
background-color: #03D642;
}
.BgClassName
{
background-color: #03D642;
}
</style>
border-color css
<style>
span { border-color: #03D642; }
span { border-color: rgb(3,214,66); }
td.TdClassName
{
border-color: #03D642;
}
.TagClassName
{
border-color: #03D642;
}
</style>