Shades of Malachite #1BC361
Tints of Malachite #1BC361
RGB
CMYK
RGB Variations
Color information
#1BC361 (or 0x1BC361) is known color: Malachite. HEX triplet: 1B, C3 and 61. RGB value is (27,195,97). Sum of RGB (Red+Green+Blue) = 27+195+97=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC361 is #E43C9E. Grayscale: #858585. Windows color (decimal): -14957727 or 6406939. OLE color: 6406939.
HSL color Cylindrical-coordinate representation of color #1BC361: hue angle of 145º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC361 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 97 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.24 |
| HSL | 145º | 0.76% | 0.44% | - |
| HSV(B) | 145º | 0.86% | 0.76% | - |
| XYZ | 22.12 | 40.13 | 17.89 | - |
| YUV | 133.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 97 | 0.86 | 0 | 0.50 | 0.24 | 145 | 0.76 | 0.44 |
| Hex | 1B | C3 | 61 | 56 | 0 | 32 | 18 | 91 | 4C | 2C |
| Octal | 33 | 303 | 141 | 126 | 0 | 62 | 30 | 221 | 114 | 54 |
| Binary | 11011 | 11000011 | 1100001 | 1010110 | 0 | 110010 | 11000 | 10010001 | 1001100 | 101100 |
Color Harmonies of #1BC361
Complementary color
Monochromatic Colors of #1BC361
Black with #1BC361
Text Example
Text Example
White with #1BC361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC361; }
p { color: rgb(27,195,97); }
H1.HeaderClassName
{
color: #1BC361;
}
.AnyTagClassName
{
color: #1BC361;
}
</style>
background-color css
<style>
a { background-color: #1BC361; }
a { background-color: rgb(27,195,97); }
div.DivClassName
{
background-color: #1BC361;
}
.BgClassName
{
background-color: #1BC361;
}
</style>
border-color css
<style>
span { border-color: #1BC361; }
span { border-color: rgb(27,195,97); }
td.TdClassName
{
border-color: #1BC361;
}
.TagClassName
{
border-color: #1BC361;
}
</style>