Shades of Malachite #13CA4F
Tints of Malachite #13CA4F
RGB
CMYK
RGB Variations
Color information
#13CA4F (or 0x13CA4F) is known color: Malachite. HEX triplet: 13, CA and 4F. RGB value is (19,202,79). Sum of RGB (Red+Green+Blue) = 19+202+79=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA4F is #EC35B0. Grayscale: #858585. Windows color (decimal): -15480241 or 5229075. OLE color: 5229075.
HSL color Cylindrical-coordinate representation of color #13CA4F: hue angle of 139.67º 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 #13CA4F is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 79 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.21 |
| HSL | 139.67º | 0.83% | 0.43% | - |
| HSV(B) | 139.67º | 0.91% | 0.79% | - |
| XYZ | 22.8 | 42.94 | 14.48 | - |
| YUV | 133.26 | 97.37 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 79 | 0.91 | 0 | 0.61 | 0.21 | 139.67 | 0.83 | 0.43 |
| Hex | 13 | CA | 4F | 5B | 0 | 3D | 15 | 8C | 53 | 2B |
| Octal | 23 | 312 | 117 | 133 | 0 | 75 | 25 | 214 | 123 | 53 |
| Binary | 10011 | 11001010 | 1001111 | 1011011 | 0 | 111101 | 10101 | 10001100 | 1010011 | 101011 |
Color Harmonies of #13CA4F
Complementary color
Monochromatic Colors of #13CA4F
Black with #13CA4F
Text Example
Text Example
White with #13CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA4F; }
p { color: rgb(19,202,79); }
H1.HeaderClassName
{
color: #13CA4F;
}
.AnyTagClassName
{
color: #13CA4F;
}
</style>
background-color css
<style>
a { background-color: #13CA4F; }
a { background-color: rgb(19,202,79); }
div.DivClassName
{
background-color: #13CA4F;
}
.BgClassName
{
background-color: #13CA4F;
}
</style>
border-color css
<style>
span { border-color: #13CA4F; }
span { border-color: rgb(19,202,79); }
td.TdClassName
{
border-color: #13CA4F;
}
.TagClassName
{
border-color: #13CA4F;
}
</style>