Shades of Malachite #13F345
Tints of Malachite #13F345
RGB
CMYK
RGB Variations
Color information
#13F345 (or 0x13F345) is known color: Malachite. HEX triplet: 13, F3 and 45. RGB value is (19,243,69). Sum of RGB (Red+Green+Blue) = 19+243+69=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #13F345 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F345 is #EC0CBA. Grayscale: #9C9C9C. Windows color (decimal): -15469755 or 4584211. OLE color: 4584211.
HSL color Cylindrical-coordinate representation of color #13F345: hue angle of 133.39º 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 #13F345 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 69 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.05 |
| HSL | 133.39º | 0.9% | 0.51% | - |
| HSV(B) | 133.39º | 0.92% | 0.95% | - |
| XYZ | 33.39 | 64.67 | 16.35 | - |
| YUV | 156.19 | 78.79 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 69 | 0.92 | 0 | 0.72 | 0.05 | 133.39 | 0.9 | 0.51 |
| Hex | 13 | F3 | 45 | 5C | 0 | 48 | 5 | 85 | 5A | 33 |
| Octal | 23 | 363 | 105 | 134 | 0 | 110 | 5 | 205 | 132 | 63 |
| Binary | 10011 | 11110011 | 1000101 | 1011100 | 0 | 1001000 | 101 | 10000101 | 1011010 | 110011 |
Color Harmonies of #13F345
Complementary color
Monochromatic Colors of #13F345
Black with #13F345
Text Example
Text Example
White with #13F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F345; }
p { color: rgb(19,243,69); }
H1.HeaderClassName
{
color: #13F345;
}
.AnyTagClassName
{
color: #13F345;
}
</style>
background-color css
<style>
a { background-color: #13F345; }
a { background-color: rgb(19,243,69); }
div.DivClassName
{
background-color: #13F345;
}
.BgClassName
{
background-color: #13F345;
}
</style>
border-color css
<style>
span { border-color: #13F345; }
span { border-color: rgb(19,243,69); }
td.TdClassName
{
border-color: #13F345;
}
.TagClassName
{
border-color: #13F345;
}
</style>