Shades of Malachite #13F351
Tints of Malachite #13F351
RGB
CMYK
RGB Variations
Color information
#13F351 (or 0x13F351) is known color: Malachite. HEX triplet: 13, F3 and 51. RGB value is (19,243,81). Sum of RGB (Red+Green+Blue) = 19+243+81=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 243 (95.31% from 255 or 70.85% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 243 - color contains mainly: green. Hex color #13F351 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F351 is #EC0CAE. Grayscale: #9D9D9D. Windows color (decimal): -15469743 or 5370643. OLE color: 5370643.
HSL color Cylindrical-coordinate representation of color #13F351: hue angle of 136.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F351 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 81 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.05 |
| HSL | 136.61º | 0.9% | 0.51% | - |
| HSV(B) | 136.61º | 0.92% | 0.95% | - |
| XYZ | 33.8 | 64.83 | 18.52 | - |
| YUV | 157.56 | 84.79 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 81 | 0.92 | 0 | 0.67 | 0.05 | 136.61 | 0.9 | 0.51 |
| Hex | 13 | F3 | 51 | 5C | 0 | 43 | 5 | 89 | 5A | 33 |
| Octal | 23 | 363 | 121 | 134 | 0 | 103 | 5 | 211 | 132 | 63 |
| Binary | 10011 | 11110011 | 1010001 | 1011100 | 0 | 1000011 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #13F351
Complementary color
Monochromatic Colors of #13F351
Black with #13F351
Text Example
Text Example
White with #13F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F351; }
p { color: rgb(19,243,81); }
H1.HeaderClassName
{
color: #13F351;
}
.AnyTagClassName
{
color: #13F351;
}
</style>
background-color css
<style>
a { background-color: #13F351; }
a { background-color: rgb(19,243,81); }
div.DivClassName
{
background-color: #13F351;
}
.BgClassName
{
background-color: #13F351;
}
</style>
border-color css
<style>
span { border-color: #13F351; }
span { border-color: rgb(19,243,81); }
td.TdClassName
{
border-color: #13F351;
}
.TagClassName
{
border-color: #13F351;
}
</style>