Shades of Malachite #13F353
Tints of Malachite #13F353
RGB
CMYK
RGB Variations
Color information
#13F353 (or 0x13F353) is known color: Malachite. HEX triplet: 13, F3 and 53. RGB value is (19,243,83). Sum of RGB (Red+Green+Blue) = 19+243+83=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #13F353 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F353 is #EC0CAC. Grayscale: #9E9E9E. Windows color (decimal): -15469741 or 5501715. OLE color: 5501715.
HSL color Cylindrical-coordinate representation of color #13F353: hue angle of 137.14º 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 #13F353 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 83 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.05 |
| HSL | 137.14º | 0.9% | 0.51% | - |
| HSV(B) | 137.14º | 0.92% | 0.95% | - |
| XYZ | 33.88 | 64.86 | 18.92 | - |
| YUV | 157.78 | 85.79 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 83 | 0.92 | 0 | 0.66 | 0.05 | 137.14 | 0.9 | 0.51 |
| Hex | 13 | F3 | 53 | 5C | 0 | 42 | 5 | 89 | 5A | 33 |
| Octal | 23 | 363 | 123 | 134 | 0 | 102 | 5 | 211 | 132 | 63 |
| Binary | 10011 | 11110011 | 1010011 | 1011100 | 0 | 1000010 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #13F353
Complementary color
Monochromatic Colors of #13F353
Black with #13F353
Text Example
Text Example
White with #13F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F353; }
p { color: rgb(19,243,83); }
H1.HeaderClassName
{
color: #13F353;
}
.AnyTagClassName
{
color: #13F353;
}
</style>
background-color css
<style>
a { background-color: #13F353; }
a { background-color: rgb(19,243,83); }
div.DivClassName
{
background-color: #13F353;
}
.BgClassName
{
background-color: #13F353;
}
</style>
border-color css
<style>
span { border-color: #13F353; }
span { border-color: rgb(19,243,83); }
td.TdClassName
{
border-color: #13F353;
}
.TagClassName
{
border-color: #13F353;
}
</style>