Shades of Malachite #13F364
Tints of Malachite #13F364
RGB
CMYK
RGB Variations
Color information
#13F364 (or 0x13F364) is known color: Malachite. HEX triplet: 13, F3 and 64. RGB value is (19,243,100). Sum of RGB (Red+Green+Blue) = 19+243+100=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #13F364 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F364 is #EC0C9B. Grayscale: #A0A0A0. Windows color (decimal): -15469724 or 6615827. OLE color: 6615827.
HSL color Cylindrical-coordinate representation of color #13F364: hue angle of 141.7º 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 #13F364 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 100 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.05 |
| HSL | 141.7º | 0.9% | 0.51% | - |
| HSV(B) | 141.7º | 0.92% | 0.95% | - |
| XYZ | 34.62 | 65.16 | 22.81 | - |
| YUV | 159.72 | 94.29 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 100 | 0.92 | 0 | 0.59 | 0.05 | 141.7 | 0.9 | 0.51 |
| Hex | 13 | F3 | 64 | 5C | 0 | 3B | 5 | 8E | 5A | 33 |
| Octal | 23 | 363 | 144 | 134 | 0 | 73 | 5 | 216 | 132 | 63 |
| Binary | 10011 | 11110011 | 1100100 | 1011100 | 0 | 111011 | 101 | 10001110 | 1011010 | 110011 |
Color Harmonies of #13F364
Complementary color
Monochromatic Colors of #13F364
Black with #13F364
Text Example
Text Example
White with #13F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F364; }
p { color: rgb(19,243,100); }
H1.HeaderClassName
{
color: #13F364;
}
.AnyTagClassName
{
color: #13F364;
}
</style>
background-color css
<style>
a { background-color: #13F364; }
a { background-color: rgb(19,243,100); }
div.DivClassName
{
background-color: #13F364;
}
.BgClassName
{
background-color: #13F364;
}
</style>
border-color css
<style>
span { border-color: #13F364; }
span { border-color: rgb(19,243,100); }
td.TdClassName
{
border-color: #13F364;
}
.TagClassName
{
border-color: #13F364;
}
</style>