Html Css Color HEX #13D141 Malachite

📋 copy color: '#13D141'

red 19 ◦ green 209 ◦ blue 65

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

Shades of Malachite #13D141

Tints of Malachite #13D141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.33%

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 6.48%
G = 71.33%
B = 22.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#13D141 (or 0x13D141) is known color: Malachite. HEX triplet: 13, D1 and 41. RGB value is (19,209,65). Sum of RGB (Red+Green+Blue) = 19+209+65=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #13D141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D141 is #EC2EBE. Grayscale: #888888. Windows color (decimal): -15478463 or 4313363. OLE color: 4313363.

HSL color Cylindrical-coordinate representation of color #13D141: hue angle of 134.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D141 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 209 65 -
CMYK 0.91 0 0.69 0.18
HSL 134.53º 0.83% 0.45% -
HSV(B) 134.53º 0.91% 0.82% -
XYZ 24.02 46.12 12.64 -
YUV 135.77 88.05 44.71 -
System Red Green Blue C M Y K H S L
Decimal 19 209 65 0.91 0 0.69 0.18 134.53 0.83 0.45
Hex 13 D1 41 5B 0 45 12 87 53 2D
Octal 23 321 101 133 0 105 22 207 123 55
Binary 10011 11010001 1000001 1011011 0 1000101 10010 10000111 1010011 101101

Color Harmonies of #13D141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D141

Black with #13D141

Text Example


Text Example

White with #13D141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,65); }

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

background-color css

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

 a { background-color: rgb(19,209,65); }

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

border-color css

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

 span { border-color: rgb(19,209,65); }

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