Shades of Malachite #03C558
Tints of Malachite #03C558
RGB
CMYK
RGB Variations
Color information
#03C558 (or 0x03C558) is known color: Malachite. HEX triplet: 03, C5 and 58. RGB value is (3,197,88). Sum of RGB (Red+Green+Blue) = 3+197+88=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #03C558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C558 is #FC3AA7. Grayscale: #7E7E7E. Windows color (decimal): -16530088 or 5817603. OLE color: 5817603.
HSL color Cylindrical-coordinate representation of color #03C558: hue angle of 146.29º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C558 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 88 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.23 |
| HSL | 146.29º | 0.97% | 0.39% | - |
| HSV(B) | 146.29º | 0.98% | 0.77% | - |
| XYZ | 21.77 | 40.66 | 15.93 | - |
| YUV | 126.57 | 106.23 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 88 | 0.98 | 0 | 0.55 | 0.23 | 146.29 | 0.97 | 0.39 |
| Hex | 3 | C5 | 58 | 62 | 0 | 37 | 17 | 92 | 61 | 27 |
| Octal | 3 | 305 | 130 | 142 | 0 | 67 | 27 | 222 | 141 | 47 |
| Binary | 11 | 11000101 | 1011000 | 1100010 | 0 | 110111 | 10111 | 10010010 | 1100001 | 100111 |
Color Harmonies of #03C558
Complementary color
Monochromatic Colors of #03C558
Black with #03C558
Text Example
Text Example
White with #03C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C558; }
p { color: rgb(3,197,88); }
H1.HeaderClassName
{
color: #03C558;
}
.AnyTagClassName
{
color: #03C558;
}
</style>
background-color css
<style>
a { background-color: #03C558; }
a { background-color: rgb(3,197,88); }
div.DivClassName
{
background-color: #03C558;
}
.BgClassName
{
background-color: #03C558;
}
</style>
border-color css
<style>
span { border-color: #03C558; }
span { border-color: rgb(3,197,88); }
td.TdClassName
{
border-color: #03C558;
}
.TagClassName
{
border-color: #03C558;
}
</style>