Shades of Malachite #13D045
Tints of Malachite #13D045
RGB
CMYK
RGB Variations
Color information
#13D045 (or 0x13D045) is known color: Malachite. HEX triplet: 13, D0 and 45. RGB value is (19,208,69). Sum of RGB (Red+Green+Blue) = 19+208+69=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #13D045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D045 is #EC2FBA. Grayscale: #888888. Windows color (decimal): -15478715 or 4575251. OLE color: 4575251.
HSL color Cylindrical-coordinate representation of color #13D045: hue angle of 135.87º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D045 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 69 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.18 |
| HSL | 135.87º | 0.83% | 0.45% | - |
| HSV(B) | 135.87º | 0.91% | 0.82% | - |
| XYZ | 23.9 | 45.68 | 13.19 | - |
| YUV | 135.64 | 90.38 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 69 | 0.91 | 0 | 0.67 | 0.18 | 135.87 | 0.83 | 0.45 |
| Hex | 13 | D0 | 45 | 5B | 0 | 43 | 12 | 88 | 53 | 2D |
| Octal | 23 | 320 | 105 | 133 | 0 | 103 | 22 | 210 | 123 | 55 |
| Binary | 10011 | 11010000 | 1000101 | 1011011 | 0 | 1000011 | 10010 | 10001000 | 1010011 | 101101 |
Color Harmonies of #13D045
Complementary color
Monochromatic Colors of #13D045
Black with #13D045
Text Example
Text Example
White with #13D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D045; }
p { color: rgb(19,208,69); }
H1.HeaderClassName
{
color: #13D045;
}
.AnyTagClassName
{
color: #13D045;
}
</style>
background-color css
<style>
a { background-color: #13D045; }
a { background-color: rgb(19,208,69); }
div.DivClassName
{
background-color: #13D045;
}
.BgClassName
{
background-color: #13D045;
}
</style>
border-color css
<style>
span { border-color: #13D045; }
span { border-color: rgb(19,208,69); }
td.TdClassName
{
border-color: #13D045;
}
.TagClassName
{
border-color: #13D045;
}
</style>