Shades of Malachite #13F341
Tints of Malachite #13F341
RGB
CMYK
RGB Variations
Color information
#13F341 (or 0x13F341) is known color: Malachite. HEX triplet: 13, F3 and 41. RGB value is (19,243,65). Sum of RGB (Red+Green+Blue) = 19+243+65=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #13F341 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F341 is #EC0CBE. Grayscale: #9C9C9C. Windows color (decimal): -15469759 or 4322067. OLE color: 4322067.
HSL color Cylindrical-coordinate representation of color #13F341: hue angle of 132.32º 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 #13F341 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 65 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.05 |
| HSL | 132.32º | 0.9% | 0.51% | - |
| HSV(B) | 132.32º | 0.92% | 0.95% | - |
| XYZ | 33.27 | 64.62 | 15.72 | - |
| YUV | 155.73 | 76.79 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 65 | 0.92 | 0 | 0.73 | 0.05 | 132.32 | 0.9 | 0.51 |
| Hex | 13 | F3 | 41 | 5C | 0 | 49 | 5 | 84 | 5A | 33 |
| Octal | 23 | 363 | 101 | 134 | 0 | 111 | 5 | 204 | 132 | 63 |
| Binary | 10011 | 11110011 | 1000001 | 1011100 | 0 | 1001001 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #13F341
Complementary color
Monochromatic Colors of #13F341
Black with #13F341
Text Example
Text Example
White with #13F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F341; }
p { color: rgb(19,243,65); }
H1.HeaderClassName
{
color: #13F341;
}
.AnyTagClassName
{
color: #13F341;
}
</style>
background-color css
<style>
a { background-color: #13F341; }
a { background-color: rgb(19,243,65); }
div.DivClassName
{
background-color: #13F341;
}
.BgClassName
{
background-color: #13F341;
}
</style>
border-color css
<style>
span { border-color: #13F341; }
span { border-color: rgb(19,243,65); }
td.TdClassName
{
border-color: #13F341;
}
.TagClassName
{
border-color: #13F341;
}
</style>