Shades of Malachite #03E13D
Tints of Malachite #03E13D
RGB
CMYK
RGB Variations
Color information
#03E13D (or 0x03E13D) is known color: Malachite. HEX triplet: 03, E1 and 3D. RGB value is (3,225,61). Sum of RGB (Red+Green+Blue) = 3+225+61=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #03E13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E13D is #FC1EC2. Grayscale: #8C8C8C. Windows color (decimal): -16522947 or 4055299. OLE color: 4055299.
HSL color Cylindrical-coordinate representation of color #03E13D: hue angle of 135.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E13D is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 61 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.12 |
| HSL | 135.68º | 0.97% | 0.45% | - |
| HSV(B) | 135.68º | 0.99% | 0.88% | - |
| XYZ | 27.81 | 54.21 | 13.41 | - |
| YUV | 139.93 | 83.45 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 61 | 0.99 | 0 | 0.73 | 0.12 | 135.68 | 0.97 | 0.45 |
| Hex | 3 | E1 | 3D | 63 | 0 | 49 | C | 88 | 61 | 2D |
| Octal | 3 | 341 | 75 | 143 | 0 | 111 | 14 | 210 | 141 | 55 |
| Binary | 11 | 11100001 | 111101 | 1100011 | 0 | 1001001 | 1100 | 10001000 | 1100001 | 101101 |
Color Harmonies of #03E13D
Complementary color
Monochromatic Colors of #03E13D
Black with #03E13D
Text Example
Text Example
White with #03E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E13D; }
p { color: rgb(3,225,61); }
H1.HeaderClassName
{
color: #03E13D;
}
.AnyTagClassName
{
color: #03E13D;
}
</style>
background-color css
<style>
a { background-color: #03E13D; }
a { background-color: rgb(3,225,61); }
div.DivClassName
{
background-color: #03E13D;
}
.BgClassName
{
background-color: #03E13D;
}
</style>
border-color css
<style>
span { border-color: #03E13D; }
span { border-color: rgb(3,225,61); }
td.TdClassName
{
border-color: #03E13D;
}
.TagClassName
{
border-color: #03E13D;
}
</style>