Shades of Malachite #03DD36
Tints of Malachite #03DD36
RGB
CMYK
RGB Variations
Color information
#03DD36 (or 0x03DD36) is known color: Malachite. HEX triplet: 03, DD and 36. RGB value is (3,221,54). Sum of RGB (Red+Green+Blue) = 3+221+54=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD36 is #FC22C9. Grayscale: #898989. Windows color (decimal): -16523978 or 3595523. OLE color: 3595523.
HSL color Cylindrical-coordinate representation of color #03DD36: hue angle of 134.04º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD36 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 54 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.13 |
| HSL | 134.04º | 0.97% | 0.44% | - |
| HSV(B) | 134.04º | 0.99% | 0.87% | - |
| XYZ | 26.56 | 52 | 12.13 | - |
| YUV | 136.78 | 81.28 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 54 | 0.99 | 0 | 0.76 | 0.13 | 134.04 | 0.97 | 0.44 |
| Hex | 3 | DD | 36 | 63 | 0 | 4C | D | 86 | 61 | 2C |
| Octal | 3 | 335 | 66 | 143 | 0 | 114 | 15 | 206 | 141 | 54 |
| Binary | 11 | 11011101 | 110110 | 1100011 | 0 | 1001100 | 1101 | 10000110 | 1100001 | 101100 |
Color Harmonies of #03DD36
Complementary color
Monochromatic Colors of #03DD36
Black with #03DD36
Text Example
Text Example
White with #03DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD36; }
p { color: rgb(3,221,54); }
H1.HeaderClassName
{
color: #03DD36;
}
.AnyTagClassName
{
color: #03DD36;
}
</style>
background-color css
<style>
a { background-color: #03DD36; }
a { background-color: rgb(3,221,54); }
div.DivClassName
{
background-color: #03DD36;
}
.BgClassName
{
background-color: #03DD36;
}
</style>
border-color css
<style>
span { border-color: #03DD36; }
span { border-color: rgb(3,221,54); }
td.TdClassName
{
border-color: #03DD36;
}
.TagClassName
{
border-color: #03DD36;
}
</style>