Shades of Malachite #03C665
Tints of Malachite #03C665
RGB
CMYK
RGB Variations
Color information
#03C665 (or 0x03C665) is known color: Malachite. HEX triplet: 03, C6 and 65. RGB value is (3,198,101). Sum of RGB (Red+Green+Blue) = 3+198+101=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #03C665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C665 is #FC399A. Grayscale: #808080. Windows color (decimal): -16529819 or 6669827. OLE color: 6669827.
HSL color Cylindrical-coordinate representation of color #03C665: hue angle of 150.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C665 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 101 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.22 |
| HSL | 150.15º | 0.97% | 0.39% | - |
| HSV(B) | 150.15º | 0.98% | 0.78% | - |
| XYZ | 22.58 | 41.35 | 19.1 | - |
| YUV | 128.64 | 112.4 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 101 | 0.98 | 0 | 0.49 | 0.22 | 150.15 | 0.97 | 0.39 |
| Hex | 3 | C6 | 65 | 62 | 0 | 31 | 16 | 96 | 61 | 27 |
| Octal | 3 | 306 | 145 | 142 | 0 | 61 | 26 | 226 | 141 | 47 |
| Binary | 11 | 11000110 | 1100101 | 1100010 | 0 | 110001 | 10110 | 10010110 | 1100001 | 100111 |
Color Harmonies of #03C665
Complementary color
Monochromatic Colors of #03C665
Black with #03C665
Text Example
Text Example
White with #03C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C665; }
p { color: rgb(3,198,101); }
H1.HeaderClassName
{
color: #03C665;
}
.AnyTagClassName
{
color: #03C665;
}
</style>
background-color css
<style>
a { background-color: #03C665; }
a { background-color: rgb(3,198,101); }
div.DivClassName
{
background-color: #03C665;
}
.BgClassName
{
background-color: #03C665;
}
</style>
border-color css
<style>
span { border-color: #03C665; }
span { border-color: rgb(3,198,101); }
td.TdClassName
{
border-color: #03C665;
}
.TagClassName
{
border-color: #03C665;
}
</style>