Shades of Malachite #03D65C
Tints of Malachite #03D65C
RGB
CMYK
RGB Variations
Color information
#03D65C (or 0x03D65C) is known color: Malachite. HEX triplet: 03, D6 and 5C. RGB value is (3,214,92). Sum of RGB (Red+Green+Blue) = 3+214+92=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #03D65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D65C is #FC29A3. Grayscale: #898989. Windows color (decimal): -16525732 or 6084099. OLE color: 6084099.
HSL color Cylindrical-coordinate representation of color #03D65C: hue angle of 145.31º 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 #03D65C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 92 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.16 |
| HSL | 145.31º | 0.97% | 0.43% | - |
| HSV(B) | 145.31º | 0.99% | 0.84% | - |
| XYZ | 26.02 | 48.89 | 18.19 | - |
| YUV | 137 | 102.6 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 92 | 0.99 | 0 | 0.57 | 0.16 | 145.31 | 0.97 | 0.43 |
| Hex | 3 | D6 | 5C | 63 | 0 | 39 | 10 | 91 | 61 | 2B |
| Octal | 3 | 326 | 134 | 143 | 0 | 71 | 20 | 221 | 141 | 53 |
| Binary | 11 | 11010110 | 1011100 | 1100011 | 0 | 111001 | 10000 | 10010001 | 1100001 | 101011 |
Color Harmonies of #03D65C
Complementary color
Monochromatic Colors of #03D65C
Black with #03D65C
Text Example
Text Example
White with #03D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D65C; }
p { color: rgb(3,214,92); }
H1.HeaderClassName
{
color: #03D65C;
}
.AnyTagClassName
{
color: #03D65C;
}
</style>
background-color css
<style>
a { background-color: #03D65C; }
a { background-color: rgb(3,214,92); }
div.DivClassName
{
background-color: #03D65C;
}
.BgClassName
{
background-color: #03D65C;
}
</style>
border-color css
<style>
span { border-color: #03D65C; }
span { border-color: rgb(3,214,92); }
td.TdClassName
{
border-color: #03D65C;
}
.TagClassName
{
border-color: #03D65C;
}
</style>