Shades of Malachite #03D369
Tints of Malachite #03D369
RGB
CMYK
RGB Variations
Color information
#03D369 (or 0x03D369) is known color: Malachite. HEX triplet: 03, D3 and 69. RGB value is (3,211,105). Sum of RGB (Red+Green+Blue) = 3+211+105=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 211 (82.81% from 255 or 66.14% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 211 - color contains mainly: green. Hex color #03D369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D369 is #FC2C96. Grayscale: #888888. Windows color (decimal): -16526487 or 6935299. OLE color: 6935299.
HSL color Cylindrical-coordinate representation of color #03D369: hue angle of 149.42º 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 #03D369 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 105 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.17 |
| HSL | 149.42º | 0.97% | 0.42% | - |
| HSV(B) | 149.42º | 0.99% | 0.83% | - |
| XYZ | 25.88 | 47.63 | 21.19 | - |
| YUV | 136.72 | 110.09 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 105 | 0.99 | 0 | 0.50 | 0.17 | 149.42 | 0.97 | 0.42 |
| Hex | 3 | D3 | 69 | 63 | 0 | 32 | 11 | 95 | 61 | 2A |
| Octal | 3 | 323 | 151 | 143 | 0 | 62 | 21 | 225 | 141 | 52 |
| Binary | 11 | 11010011 | 1101001 | 1100011 | 0 | 110010 | 10001 | 10010101 | 1100001 | 101010 |
Color Harmonies of #03D369
Complementary color
Monochromatic Colors of #03D369
Black with #03D369
Text Example
Text Example
White with #03D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D369; }
p { color: rgb(3,211,105); }
H1.HeaderClassName
{
color: #03D369;
}
.AnyTagClassName
{
color: #03D369;
}
</style>
background-color css
<style>
a { background-color: #03D369; }
a { background-color: rgb(3,211,105); }
div.DivClassName
{
background-color: #03D369;
}
.BgClassName
{
background-color: #03D369;
}
</style>
border-color css
<style>
span { border-color: #03D369; }
span { border-color: rgb(3,211,105); }
td.TdClassName
{
border-color: #03D369;
}
.TagClassName
{
border-color: #03D369;
}
</style>