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