Shades of Malachite #03CC49
Tints of Malachite #03CC49
RGB
CMYK
RGB Variations
Color information
#03CC49 (or 0x03CC49) is known color: Malachite. HEX triplet: 03, CC and 49. RGB value is (3,204,73). Sum of RGB (Red+Green+Blue) = 3+204+73=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC49 is #FC33B6. Grayscale: #818181. Windows color (decimal): -16528311 or 4836355. OLE color: 4836355.
HSL color Cylindrical-coordinate representation of color #03CC49: hue angle of 140.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC49 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 73 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.2 |
| HSL | 140.9º | 0.97% | 0.41% | - |
| HSV(B) | 140.9º | 0.99% | 0.8% | - |
| XYZ | 22.83 | 43.69 | 13.53 | - |
| YUV | 128.97 | 96.41 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 73 | 0.99 | 0 | 0.64 | 0.2 | 140.9 | 0.97 | 0.41 |
| Hex | 3 | CC | 49 | 63 | 0 | 40 | 14 | 8D | 61 | 29 |
| Octal | 3 | 314 | 111 | 143 | 0 | 100 | 24 | 215 | 141 | 51 |
| Binary | 11 | 11001100 | 1001001 | 1100011 | 0 | 1000000 | 10100 | 10001101 | 1100001 | 101001 |
Color Harmonies of #03CC49
Complementary color
Monochromatic Colors of #03CC49
Black with #03CC49
Text Example
Text Example
White with #03CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC49; }
p { color: rgb(3,204,73); }
H1.HeaderClassName
{
color: #03CC49;
}
.AnyTagClassName
{
color: #03CC49;
}
</style>
background-color css
<style>
a { background-color: #03CC49; }
a { background-color: rgb(3,204,73); }
div.DivClassName
{
background-color: #03CC49;
}
.BgClassName
{
background-color: #03CC49;
}
</style>
border-color css
<style>
span { border-color: #03CC49; }
span { border-color: rgb(3,204,73); }
td.TdClassName
{
border-color: #03CC49;
}
.TagClassName
{
border-color: #03CC49;
}
</style>