Html Css Color HEX #13C65D Malachite

📋 copy color: '#13C65D'

red 19 ◦ green 198 ◦ blue 93

#13C65D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #13C65D

Tints of Malachite #13C65D

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 value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#13C65D (or 0x13C65D) is known color: 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

RGB 19 198 93 -
CMYK 0.90 0 0.53 0.22
HSL 144.8º 0.82% 0.43% -
HSV(B) 144.8º 0.9% 0.78% -
XYZ 22.44 41.32 17.15 -
YUV 132.51 105.7 47.04 -
System Red Green Blue C M Y K H S L
Decimal 19 198 93 0.90 0 0.53 0.22 144.8 0.82 0.43
Hex 13 C6 5D 5A 0 35 16 91 52 2B
Octal 23 306 135 132 0 65 26 221 122 53
Binary 10011 11000110 1011101 1011010 0 110101 10110 10010001 1010010 101011

Color Harmonies of #13C65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C65D

Black with #13C65D

Text Example


Text Example

White with #13C65D

Text Example


Text Example

HTML Codes & Css Web 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>