Shades of Malachite #13CB49
Tints of Malachite #13CB49
RGB
CMYK
RGB Variations
Color information
#13CB49 (or 0x13CB49) is known color: Malachite. HEX triplet: 13, CB and 49. RGB value is (19,203,73). Sum of RGB (Red+Green+Blue) = 19+203+73=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB49 is #EC34B6. Grayscale: #858585. Windows color (decimal): -15479991 or 4836115. OLE color: 4836115.
HSL color Cylindrical-coordinate representation of color #13CB49: hue angle of 137.61º 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 #13CB49 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 73 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.20 |
| HSL | 137.61º | 0.83% | 0.44% | - |
| HSV(B) | 137.61º | 0.91% | 0.8% | - |
| XYZ | 22.83 | 43.33 | 13.46 | - |
| YUV | 133.16 | 94.04 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 73 | 0.91 | 0 | 0.64 | 0.20 | 137.61 | 0.83 | 0.44 |
| Hex | 13 | CB | 49 | 5B | 0 | 40 | 14 | 8A | 53 | 2C |
| Octal | 23 | 313 | 111 | 133 | 0 | 100 | 24 | 212 | 123 | 54 |
| Binary | 10011 | 11001011 | 1001001 | 1011011 | 0 | 1000000 | 10100 | 10001010 | 1010011 | 101100 |
Color Harmonies of #13CB49
Complementary color
Monochromatic Colors of #13CB49
Black with #13CB49
Text Example
Text Example
White with #13CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB49; }
p { color: rgb(19,203,73); }
H1.HeaderClassName
{
color: #13CB49;
}
.AnyTagClassName
{
color: #13CB49;
}
</style>
background-color css
<style>
a { background-color: #13CB49; }
a { background-color: rgb(19,203,73); }
div.DivClassName
{
background-color: #13CB49;
}
.BgClassName
{
background-color: #13CB49;
}
</style>
border-color css
<style>
span { border-color: #13CB49; }
span { border-color: rgb(19,203,73); }
td.TdClassName
{
border-color: #13CB49;
}
.TagClassName
{
border-color: #13CB49;
}
</style>