#13C65D

Color #13C65D Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #13C65D

Tints of Malachite #13C65D

Color information

#13C65D (or 0x13C65D) is unknown color: approx Malachite. HEX triplet: 13, C6 and 5D. RGB value is (19,198,93). Sum of RGB (Red+Green+Blue) = 19+198+93=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #13C65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C65D is #EC39A2. Grayscale: #848484. Windows color (decimal): -15481251 or 6145555. OLE color: 6145555.

HSL color Cylindrical-coordinate representation of color #13C65D: hue angle of 144.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C65D is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1919893-
CMYK0.9000.530.22
HSL144.8º82.49%42.55%-
HSV(B)144.8º90.4%77.65%-
XYZ22.4441.3217.15-
YUV132.51105.747.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 6.13%
GREEN value IS 198 (77.73% from 255) = 63.87%
BLUE value IS 93 (36.72% from 255) = 30%
R=6.13%
G=63.87%
B=30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19198930.9000.530.22144.882.4942.55
Hex13C65D5A0351691522b
Octal233061351320652622112253
Binary100111100011010111011011010011010110110100100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13C65D; }

 p { color: rgb(19,198,93); }

 H1.HeaderClassName
 {
   color: #13C65D;
 }
 .AnyTagClassName
 {
   color: #13C65D;
 }
</style>
background-color css

<style>
 a { background-color: #13C65D; }

 a { background-color: rgb(19,198,93); }

 div.DivClassName
 {
   background-color: #13C65D;
 }
 .BgClassName
 {
   background-color: #13C65D;
 }
</style>
border-color css

<style>
 span { border-color: #13C65D; }

 span { border-color: rgb(19,198,93); }

 td.TdClassName
 {
   border-color: #13C65D;
 }
 .TagClassName
 {
   border-color: #13C65D;
 }
</style>