Shades of Malachite #13C949
Tints of Malachite #13C949
RGB
CMYK
RGB Variations
Color information
#13C949 (or 0x13C949) is known color: Malachite. HEX triplet: 13, C9 and 49. RGB value is (19,201,73). Sum of RGB (Red+Green+Blue) = 19+201+73=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #13C949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C949 is #EC36B6. Grayscale: #848484. Windows color (decimal): -15480503 or 4835603. OLE color: 4835603.
HSL color Cylindrical-coordinate representation of color #13C949: hue angle of 137.8º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C949 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 73 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.21 |
| HSL | 137.8º | 0.83% | 0.43% | - |
| HSV(B) | 137.8º | 0.91% | 0.79% | - |
| XYZ | 22.36 | 42.39 | 13.31 | - |
| YUV | 131.99 | 94.7 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 73 | 0.91 | 0 | 0.64 | 0.21 | 137.8 | 0.83 | 0.43 |
| Hex | 13 | C9 | 49 | 5B | 0 | 40 | 15 | 8A | 53 | 2B |
| Octal | 23 | 311 | 111 | 133 | 0 | 100 | 25 | 212 | 123 | 53 |
| Binary | 10011 | 11001001 | 1001001 | 1011011 | 0 | 1000000 | 10101 | 10001010 | 1010011 | 101011 |
Color Harmonies of #13C949
Complementary color
Monochromatic Colors of #13C949
Black with #13C949
Text Example
Text Example
White with #13C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C949; }
p { color: rgb(19,201,73); }
H1.HeaderClassName
{
color: #13C949;
}
.AnyTagClassName
{
color: #13C949;
}
</style>
background-color css
<style>
a { background-color: #13C949; }
a { background-color: rgb(19,201,73); }
div.DivClassName
{
background-color: #13C949;
}
.BgClassName
{
background-color: #13C949;
}
</style>
border-color css
<style>
span { border-color: #13C949; }
span { border-color: rgb(19,201,73); }
td.TdClassName
{
border-color: #13C949;
}
.TagClassName
{
border-color: #13C949;
}
</style>