Shades of Malachite #01C358
Tints of Malachite #01C358
RGB
CMYK
RGB Variations
Color information
#01C358 (or 0x01C358) is known color: Malachite. HEX triplet: 01, C3 and 58. RGB value is (1,195,88). Sum of RGB (Red+Green+Blue) = 1+195+88=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #01C358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C358 is #FE3CA7. Grayscale: #7D7D7D. Windows color (decimal): -16661672 or 5817089. OLE color: 5817089.
HSL color Cylindrical-coordinate representation of color #01C358: hue angle of 146.91º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C358 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 88 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.24 |
| HSL | 146.91º | 0.99% | 0.38% | - |
| HSV(B) | 146.91º | 0.99% | 0.76% | - |
| XYZ | 21.29 | 39.74 | 15.78 | - |
| YUV | 124.8 | 107.23 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 88 | 0.99 | 0 | 0.55 | 0.24 | 146.91 | 0.99 | 0.38 |
| Hex | 1 | C3 | 58 | 63 | 0 | 37 | 18 | 93 | 63 | 26 |
| Octal | 1 | 303 | 130 | 143 | 0 | 67 | 30 | 223 | 143 | 46 |
| Binary | 1 | 11000011 | 1011000 | 1100011 | 0 | 110111 | 11000 | 10010011 | 1100011 | 100110 |
Color Harmonies of #01C358
Complementary color
Monochromatic Colors of #01C358
Black with #01C358
Text Example
Text Example
White with #01C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C358; }
p { color: rgb(1,195,88); }
H1.HeaderClassName
{
color: #01C358;
}
.AnyTagClassName
{
color: #01C358;
}
</style>
background-color css
<style>
a { background-color: #01C358; }
a { background-color: rgb(1,195,88); }
div.DivClassName
{
background-color: #01C358;
}
.BgClassName
{
background-color: #01C358;
}
</style>
border-color css
<style>
span { border-color: #01C358; }
span { border-color: rgb(1,195,88); }
td.TdClassName
{
border-color: #01C358;
}
.TagClassName
{
border-color: #01C358;
}
</style>