Shades of Malachite #13CB57
Tints of Malachite #13CB57
RGB
CMYK
RGB Variations
Color information
#13CB57 (or 0x13CB57) is known color: Malachite. HEX triplet: 13, CB and 57. RGB value is (19,203,87). Sum of RGB (Red+Green+Blue) = 19+203+87=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 203 (79.69% from 255 or 65.70% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB57 is #EC34A8. Grayscale: #878787. Windows color (decimal): -15479977 or 5753619. OLE color: 5753619.
HSL color Cylindrical-coordinate representation of color #13CB57: hue angle of 142.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB57 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 87 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.20 |
| HSL | 142.17º | 0.83% | 0.44% | - |
| HSV(B) | 142.17º | 0.91% | 0.8% | - |
| XYZ | 23.34 | 43.54 | 16.19 | - |
| YUV | 134.76 | 101.04 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 87 | 0.91 | 0 | 0.57 | 0.20 | 142.17 | 0.83 | 0.44 |
| Hex | 13 | CB | 57 | 5B | 0 | 39 | 14 | 8E | 53 | 2C |
| Octal | 23 | 313 | 127 | 133 | 0 | 71 | 24 | 216 | 123 | 54 |
| Binary | 10011 | 11001011 | 1010111 | 1011011 | 0 | 111001 | 10100 | 10001110 | 1010011 | 101100 |
Color Harmonies of #13CB57
Complementary color
Monochromatic Colors of #13CB57
Black with #13CB57
Text Example
Text Example
White with #13CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB57; }
p { color: rgb(19,203,87); }
H1.HeaderClassName
{
color: #13CB57;
}
.AnyTagClassName
{
color: #13CB57;
}
</style>
background-color css
<style>
a { background-color: #13CB57; }
a { background-color: rgb(19,203,87); }
div.DivClassName
{
background-color: #13CB57;
}
.BgClassName
{
background-color: #13CB57;
}
</style>
border-color css
<style>
span { border-color: #13CB57; }
span { border-color: rgb(19,203,87); }
td.TdClassName
{
border-color: #13CB57;
}
.TagClassName
{
border-color: #13CB57;
}
</style>