Shades of Malachite #13CB59
Tints of Malachite #13CB59
RGB
CMYK
RGB Variations
Color information
#13CB59 (or 0x13CB59) is known color: Malachite. HEX triplet: 13, CB and 59. RGB value is (19,203,89). Sum of RGB (Red+Green+Blue) = 19+203+89=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB59 is #EC34A6. Grayscale: #878787. Windows color (decimal): -15479975 or 5884691. OLE color: 5884691.
HSL color Cylindrical-coordinate representation of color #13CB59: hue angle of 142.83º 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 #13CB59 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 89 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.20 |
| HSL | 142.83º | 0.83% | 0.44% | - |
| HSV(B) | 142.83º | 0.91% | 0.8% | - |
| XYZ | 23.43 | 43.57 | 16.63 | - |
| YUV | 134.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 89 | 0.91 | 0 | 0.56 | 0.20 | 142.83 | 0.83 | 0.44 |
| Hex | 13 | CB | 59 | 5B | 0 | 38 | 14 | 8F | 53 | 2C |
| Octal | 23 | 313 | 131 | 133 | 0 | 70 | 24 | 217 | 123 | 54 |
| Binary | 10011 | 11001011 | 1011001 | 1011011 | 0 | 111000 | 10100 | 10001111 | 1010011 | 101100 |
Color Harmonies of #13CB59
Complementary color
Monochromatic Colors of #13CB59
Black with #13CB59
Text Example
Text Example
White with #13CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB59; }
p { color: rgb(19,203,89); }
H1.HeaderClassName
{
color: #13CB59;
}
.AnyTagClassName
{
color: #13CB59;
}
</style>
background-color css
<style>
a { background-color: #13CB59; }
a { background-color: rgb(19,203,89); }
div.DivClassName
{
background-color: #13CB59;
}
.BgClassName
{
background-color: #13CB59;
}
</style>
border-color css
<style>
span { border-color: #13CB59; }
span { border-color: rgb(19,203,89); }
td.TdClassName
{
border-color: #13CB59;
}
.TagClassName
{
border-color: #13CB59;
}
</style>