Shades of Malachite #03D364
Tints of Malachite #03D364
RGB
CMYK
RGB Variations
Color information
#03D364 (or 0x03D364) is known color: Malachite. HEX triplet: 03, D3 and 64. RGB value is (3,211,100). Sum of RGB (Red+Green+Blue) = 3+211+100=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 211 (82.81% from 255 or 67.20% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 211 - color contains mainly: green. Hex color #03D364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D364 is #FC2C9B. Grayscale: #888888. Windows color (decimal): -16526492 or 6607619. OLE color: 6607619.
HSL color Cylindrical-coordinate representation of color #03D364: hue angle of 147.98º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D364 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 100 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.17 |
| HSL | 147.98º | 0.97% | 0.42% | - |
| HSV(B) | 147.98º | 0.99% | 0.83% | - |
| XYZ | 25.63 | 47.53 | 19.88 | - |
| YUV | 136.15 | 107.59 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 100 | 0.99 | 0 | 0.53 | 0.17 | 147.98 | 0.97 | 0.42 |
| Hex | 3 | D3 | 64 | 63 | 0 | 35 | 11 | 94 | 61 | 2A |
| Octal | 3 | 323 | 144 | 143 | 0 | 65 | 21 | 224 | 141 | 52 |
| Binary | 11 | 11010011 | 1100100 | 1100011 | 0 | 110101 | 10001 | 10010100 | 1100001 | 101010 |
Color Harmonies of #03D364
Complementary color
Monochromatic Colors of #03D364
Black with #03D364
Text Example
Text Example
White with #03D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D364; }
p { color: rgb(3,211,100); }
H1.HeaderClassName
{
color: #03D364;
}
.AnyTagClassName
{
color: #03D364;
}
</style>
background-color css
<style>
a { background-color: #03D364; }
a { background-color: rgb(3,211,100); }
div.DivClassName
{
background-color: #03D364;
}
.BgClassName
{
background-color: #03D364;
}
</style>
border-color css
<style>
span { border-color: #03D364; }
span { border-color: rgb(3,211,100); }
td.TdClassName
{
border-color: #03D364;
}
.TagClassName
{
border-color: #03D364;
}
</style>