Shades of Malachite #13D274
Tints of Malachite #13D274
RGB
CMYK
RGB Variations
Color information
#13D274 (or 0x13D274) is known color: Malachite. HEX triplet: 13, D2 and 74. RGB value is (19,210,116). Sum of RGB (Red+Green+Blue) = 19+210+116=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #13D274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D274 is #EC2D8B. Grayscale: #8E8E8E. Windows color (decimal): -15478156 or 7655955. OLE color: 7655955.
HSL color Cylindrical-coordinate representation of color #13D274: hue angle of 150.47º 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 #13D274 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 116 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.18 |
| HSL | 150.47º | 0.83% | 0.45% | - |
| HSV(B) | 150.47º | 0.91% | 0.82% | - |
| XYZ | 26.47 | 47.49 | 24.3 | - |
| YUV | 142.18 | 113.22 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 116 | 0.91 | 0 | 0.45 | 0.18 | 150.47 | 0.83 | 0.45 |
| Hex | 13 | D2 | 74 | 5B | 0 | 2D | 12 | 96 | 53 | 2D |
| Octal | 23 | 322 | 164 | 133 | 0 | 55 | 22 | 226 | 123 | 55 |
| Binary | 10011 | 11010010 | 1110100 | 1011011 | 0 | 101101 | 10010 | 10010110 | 1010011 | 101101 |
Color Harmonies of #13D274
Complementary color
Monochromatic Colors of #13D274
Black with #13D274
Text Example
Text Example
White with #13D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D274; }
p { color: rgb(19,210,116); }
H1.HeaderClassName
{
color: #13D274;
}
.AnyTagClassName
{
color: #13D274;
}
</style>
background-color css
<style>
a { background-color: #13D274; }
a { background-color: rgb(19,210,116); }
div.DivClassName
{
background-color: #13D274;
}
.BgClassName
{
background-color: #13D274;
}
</style>
border-color css
<style>
span { border-color: #13D274; }
span { border-color: rgb(19,210,116); }
td.TdClassName
{
border-color: #13D274;
}
.TagClassName
{
border-color: #13D274;
}
</style>