Shades of Malachite #34D85C
Tints of Malachite #34D85C
RGB
CMYK
RGB Variations
Color information
#34D85C (or 0x34D85C) is known color: Malachite. HEX triplet: 34, D8 and 5C. RGB value is (52,216,92). Sum of RGB (Red+Green+Blue) = 52+216+92=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #34D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D85C is #CB27A3. Grayscale: #999999. Windows color (decimal): -13313956 or 6084660. OLE color: 6084660.
HSL color Cylindrical-coordinate representation of color #34D85C: hue angle of 134.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D85C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 92 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.15 |
| HSL | 134.63º | 0.68% | 0.53% | - |
| HSV(B) | 134.63º | 0.76% | 0.85% | - |
| XYZ | 27.9 | 50.61 | 18.42 | - |
| YUV | 152.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 92 | 0.76 | 0 | 0.57 | 0.15 | 134.63 | 0.68 | 0.53 |
| Hex | 34 | D8 | 5C | 4C | 0 | 39 | F | 87 | 44 | 35 |
| Octal | 64 | 330 | 134 | 114 | 0 | 71 | 17 | 207 | 104 | 65 |
| Binary | 110100 | 11011000 | 1011100 | 1001100 | 0 | 111001 | 1111 | 10000111 | 1000100 | 110101 |
Color Harmonies of #34D85C
Complementary color
Monochromatic Colors of #34D85C
Black with #34D85C
Text Example
Text Example
White with #34D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D85C; }
p { color: rgb(52,216,92); }
H1.HeaderClassName
{
color: #34D85C;
}
.AnyTagClassName
{
color: #34D85C;
}
</style>
background-color css
<style>
a { background-color: #34D85C; }
a { background-color: rgb(52,216,92); }
div.DivClassName
{
background-color: #34D85C;
}
.BgClassName
{
background-color: #34D85C;
}
</style>
border-color css
<style>
span { border-color: #34D85C; }
span { border-color: rgb(52,216,92); }
td.TdClassName
{
border-color: #34D85C;
}
.TagClassName
{
border-color: #34D85C;
}
</style>