Shades of Malachite #13D567
Tints of Malachite #13D567
RGB
CMYK
RGB Variations
Color information
#13D567 (or 0x13D567) is known color: Malachite. HEX triplet: 13, D5 and 67. RGB value is (19,213,103). Sum of RGB (Red+Green+Blue) = 19+213+103=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #13D567 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D567 is #EC2A98. Grayscale: #8E8E8E. Windows color (decimal): -15477401 or 6804755. OLE color: 6804755.
HSL color Cylindrical-coordinate representation of color #13D567: hue angle of 145.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D567 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 103 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.16 |
| HSL | 145.98º | 0.84% | 0.45% | - |
| HSV(B) | 145.98º | 0.91% | 0.84% | - |
| XYZ | 26.51 | 48.71 | 20.84 | - |
| YUV | 142.45 | 105.73 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 103 | 0.91 | 0 | 0.52 | 0.16 | 145.98 | 0.84 | 0.45 |
| Hex | 13 | D5 | 67 | 5B | 0 | 34 | 10 | 92 | 54 | 2D |
| Octal | 23 | 325 | 147 | 133 | 0 | 64 | 20 | 222 | 124 | 55 |
| Binary | 10011 | 11010101 | 1100111 | 1011011 | 0 | 110100 | 10000 | 10010010 | 1010100 | 101101 |
Color Harmonies of #13D567
Complementary color
Monochromatic Colors of #13D567
Black with #13D567
Text Example
Text Example
White with #13D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D567; }
p { color: rgb(19,213,103); }
H1.HeaderClassName
{
color: #13D567;
}
.AnyTagClassName
{
color: #13D567;
}
</style>
background-color css
<style>
a { background-color: #13D567; }
a { background-color: rgb(19,213,103); }
div.DivClassName
{
background-color: #13D567;
}
.BgClassName
{
background-color: #13D567;
}
</style>
border-color css
<style>
span { border-color: #13D567; }
span { border-color: rgb(19,213,103); }
td.TdClassName
{
border-color: #13D567;
}
.TagClassName
{
border-color: #13D567;
}
</style>