Shades of Malachite #03D06A
Tints of Malachite #03D06A
RGB
CMYK
RGB Variations
Color information
#03D06A (or 0x03D06A) is known color: Malachite. HEX triplet: 03, D0 and 6A. RGB value is (3,208,106). Sum of RGB (Red+Green+Blue) = 3+208+106=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #03D06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D06A is #FC2F95. Grayscale: #878787. Windows color (decimal): -16527254 or 7000067. OLE color: 7000067.
HSL color Cylindrical-coordinate representation of color #03D06A: hue angle of 150.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D06A is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 106 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.18 |
| HSL | 150.15º | 0.97% | 0.41% | - |
| HSV(B) | 150.15º | 0.99% | 0.82% | - |
| XYZ | 25.19 | 46.17 | 21.22 | - |
| YUV | 135.08 | 111.58 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 106 | 0.99 | 0 | 0.49 | 0.18 | 150.15 | 0.97 | 0.41 |
| Hex | 3 | D0 | 6A | 63 | 0 | 31 | 12 | 96 | 61 | 29 |
| Octal | 3 | 320 | 152 | 143 | 0 | 61 | 22 | 226 | 141 | 51 |
| Binary | 11 | 11010000 | 1101010 | 1100011 | 0 | 110001 | 10010 | 10010110 | 1100001 | 101001 |
Color Harmonies of #03D06A
Complementary color
Monochromatic Colors of #03D06A
Black with #03D06A
Text Example
Text Example
White with #03D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D06A; }
p { color: rgb(3,208,106); }
H1.HeaderClassName
{
color: #03D06A;
}
.AnyTagClassName
{
color: #03D06A;
}
</style>
background-color css
<style>
a { background-color: #03D06A; }
a { background-color: rgb(3,208,106); }
div.DivClassName
{
background-color: #03D06A;
}
.BgClassName
{
background-color: #03D06A;
}
</style>
border-color css
<style>
span { border-color: #03D06A; }
span { border-color: rgb(3,208,106); }
td.TdClassName
{
border-color: #03D06A;
}
.TagClassName
{
border-color: #03D06A;
}
</style>