Shades of Malachite #13CB64
Tints of Malachite #13CB64
RGB
CMYK
RGB Variations
Color information
#13CB64 (or 0x13CB64) is known color: Malachite. HEX triplet: 13, CB and 64. RGB value is (19,203,100). Sum of RGB (Red+Green+Blue) = 19+203+100=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 203 (79.69% from 255 or 63.04% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB64 is #EC349B. Grayscale: #888888. Windows color (decimal): -15479964 or 6605587. OLE color: 6605587.
HSL color Cylindrical-coordinate representation of color #13CB64: hue angle of 146.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB64 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 100 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.20 |
| HSL | 146.41º | 0.83% | 0.44% | - |
| HSV(B) | 146.41º | 0.91% | 0.8% | - |
| XYZ | 23.92 | 43.77 | 19.24 | - |
| YUV | 136.24 | 107.54 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 100 | 0.91 | 0 | 0.51 | 0.20 | 146.41 | 0.83 | 0.44 |
| Hex | 13 | CB | 64 | 5B | 0 | 33 | 14 | 92 | 53 | 2C |
| Octal | 23 | 313 | 144 | 133 | 0 | 63 | 24 | 222 | 123 | 54 |
| Binary | 10011 | 11001011 | 1100100 | 1011011 | 0 | 110011 | 10100 | 10010010 | 1010011 | 101100 |
Color Harmonies of #13CB64
Complementary color
Monochromatic Colors of #13CB64
Black with #13CB64
Text Example
Text Example
White with #13CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB64; }
p { color: rgb(19,203,100); }
H1.HeaderClassName
{
color: #13CB64;
}
.AnyTagClassName
{
color: #13CB64;
}
</style>
background-color css
<style>
a { background-color: #13CB64; }
a { background-color: rgb(19,203,100); }
div.DivClassName
{
background-color: #13CB64;
}
.BgClassName
{
background-color: #13CB64;
}
</style>
border-color css
<style>
span { border-color: #13CB64; }
span { border-color: rgb(19,203,100); }
td.TdClassName
{
border-color: #13CB64;
}
.TagClassName
{
border-color: #13CB64;
}
</style>