Html Css Color HEX #13DC34 Malachite

📋 copy color: '#13DC34'

red 19 ◦ green 220 ◦ blue 52

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

Shades of Malachite #13DC34

Tints of Malachite #13DC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 6.53%
G = 75.6%
B = 17.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#13DC34 (or 0x13DC34) is known color: Malachite. HEX triplet: 13, DC and 34. RGB value is (19,220,52). Sum of RGB (Red+Green+Blue) = 19+220+52=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC34 is #EC23CB. Grayscale: #8D8D8D. Windows color (decimal): -15475660 or 3464211. OLE color: 3464211.

HSL color Cylindrical-coordinate representation of color #13DC34: hue angle of 129.85º 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 #13DC34 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 52 -
CMYK 0.91 0 0.76 0.14
HSL 129.85º 0.84% 0.47% -
HSV(B) 129.85º 0.91% 0.86% -
XYZ 26.48 51.57 11.81 -
YUV 140.75 77.91 41.16 -
System Red Green Blue C M Y K H S L
Decimal 19 220 52 0.91 0 0.76 0.14 129.85 0.84 0.47
Hex 13 DC 34 5B 0 4C E 82 54 2F
Octal 23 334 64 133 0 114 16 202 124 57
Binary 10011 11011100 110100 1011011 0 1001100 1110 10000010 1010100 101111

Color Harmonies of #13DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC34

Black with #13DC34

Text Example


Text Example

White with #13DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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