Html Css Color HEX #13DC49 Malachite

📋 copy color: '#13DC49'

red 19 ◦ green 220 ◦ blue 73

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

Shades of Malachite #13DC49

Tints of Malachite #13DC49

RGB

 RED value IS 19 (7.81% from 255) = 6.09%

 GREEN value IS 220 (86.33% from 255) = 70.51%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 6.09%
G = 70.51%
B = 23.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#13DC49 (or 0x13DC49) is known color: Malachite. HEX triplet: 13, DC and 49. RGB value is (19,220,73). Sum of RGB (Red+Green+Blue) = 19+220+73=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC49 is #EC23B6. Grayscale: #8F8F8F. Windows color (decimal): -15475639 or 4840467. OLE color: 4840467.

HSL color Cylindrical-coordinate representation of color #13DC49: hue angle of 136.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC49 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 73 -
CMYK 0.91 0 0.67 0.14
HSL 136.12º 0.84% 0.47% -
HSV(B) 136.12º 0.91% 0.86% -
XYZ 27.06 51.81 14.88 -
YUV 143.14 88.41 39.45 -
System Red Green Blue C M Y K H S L
Decimal 19 220 73 0.91 0 0.67 0.14 136.12 0.84 0.47
Hex 13 DC 49 5B 0 43 E 88 54 2F
Octal 23 334 111 133 0 103 16 210 124 57
Binary 10011 11011100 1001001 1011011 0 1000011 1110 10001000 1010100 101111

Color Harmonies of #13DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC49

Black with #13DC49

Text Example


Text Example

White with #13DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,73); }

 H1.HeaderClassName
 {
   color: #13DC49;
 }
 .AnyTagClassName
 {
   color: #13DC49;
 }
</style>

background-color css

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

 a { background-color: rgb(19,220,73); }

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

border-color css

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

 span { border-color: rgb(19,220,73); }

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