Html Css Color HEX #13D640 Malachite

📋 copy color: '#13D640'

red 19 ◦ green 214 ◦ blue 64

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

Shades of Malachite #13D640

Tints of Malachite #13D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.05%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 6.4%
G = 72.05%
B = 21.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#13D640 (or 0x13D640) is known color: Malachite. HEX triplet: 13, D6 and 40. RGB value is (19,214,64). Sum of RGB (Red+Green+Blue) = 19+214+64=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 214 (83.98% from 255 or 72.05% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 214 - color contains mainly: green. Hex color #13D640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D640 is #EC29BF. Grayscale: #8A8A8A. Windows color (decimal): -15477184 or 4249107. OLE color: 4249107.

HSL color Cylindrical-coordinate representation of color #13D640: hue angle of 133.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D640 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 64 -
CMYK 0.91 0 0.70 0.16
HSL 133.85º 0.84% 0.46% -
HSV(B) 133.85º 0.91% 0.84% -
XYZ 25.24 48.6 12.9 -
YUV 138.6 85.9 42.7 -
System Red Green Blue C M Y K H S L
Decimal 19 214 64 0.91 0 0.70 0.16 133.85 0.84 0.46
Hex 13 D6 40 5B 0 46 10 86 54 2E
Octal 23 326 100 133 0 106 20 206 124 56
Binary 10011 11010110 1000000 1011011 0 1000110 10000 10000110 1010100 101110

Color Harmonies of #13D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D640

Black with #13D640

Text Example


Text Example

White with #13D640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,214,64); }

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

background-color css

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

 a { background-color: rgb(19,214,64); }

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

border-color css

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

 span { border-color: rgb(19,214,64); }

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