Shades of Malachite #00D346
Tints of Malachite #00D346
RGB
CMYK
RGB Variations
Color information
#00D346 (or 0x00D346) is known color: Malachite. HEX triplet: 00, D3 and 46. RGB value is (0,211,70). Sum of RGB (Red+Green+Blue) = 0+211+70=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 211 (82.81% from 255 or 75.09% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 211 - color contains mainly: green. Hex color #00D346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D346 is #FF2CB9. Grayscale: #848484. Windows color (decimal): -16723130 or 4641536. OLE color: 4641536.
HSL color Cylindrical-coordinate representation of color #00D346: hue angle of 139.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D346 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 70 | - |
| CMYK | 1 | 0 | 0.67 | 0.17 |
| HSL | 139.91º | 1% | 0.41% | - |
| HSV(B) | 139.91º | 1% | 0.83% | - |
| XYZ | 24.4 | 47.03 | 13.59 | - |
| YUV | 131.84 | 93.1 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 70 | 1 | 0 | 0.67 | 0.17 | 139.91 | 1 | 0.41 |
| Hex | 0 | D3 | 46 | 64 | 0 | 43 | 11 | 8C | 64 | 29 |
| Octal | 0 | 323 | 106 | 144 | 0 | 103 | 21 | 214 | 144 | 51 |
| Binary | 0 | 11010011 | 1000110 | 1100100 | 0 | 1000011 | 10001 | 10001100 | 1100100 | 101001 |
Color Harmonies of #00D346
Complementary color
Monochromatic Colors of #00D346
Black with #00D346
Text Example
Text Example
White with #00D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D346; }
p { color: rgb(0,211,70); }
H1.HeaderClassName
{
color: #00D346;
}
.AnyTagClassName
{
color: #00D346;
}
</style>
background-color css
<style>
a { background-color: #00D346; }
a { background-color: rgb(0,211,70); }
div.DivClassName
{
background-color: #00D346;
}
.BgClassName
{
background-color: #00D346;
}
</style>
border-color css
<style>
span { border-color: #00D346; }
span { border-color: rgb(0,211,70); }
td.TdClassName
{
border-color: #00D346;
}
.TagClassName
{
border-color: #00D346;
}
</style>