Html Css Color HEX #13E441 Malachite

📋 copy color: '#13E441'

red 19 ◦ green 228 ◦ blue 65

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

Shades of Malachite #13E441

Tints of Malachite #13E441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.08%

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

R = 6.09%
G = 73.08%
B = 20.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#13E441 (or 0x13E441) is known color: Malachite. HEX triplet: 13, E4 and 41. RGB value is (19,228,65). Sum of RGB (Red+Green+Blue) = 19+228+65=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #13E441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E441 is #EC1BBE. Grayscale: #939393. Windows color (decimal): -15473599 or 4318227. OLE color: 4318227.

HSL color Cylindrical-coordinate representation of color #13E441: hue angle of 133.21º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E441 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 228 65 -
CMYK 0.92 0 0.71 0.11
HSL 133.21º 0.85% 0.48% -
HSV(B) 133.21º 0.92% 0.89% -
XYZ 28.97 56.01 14.28 -
YUV 146.93 81.76 36.75 -
System Red Green Blue C M Y K H S L
Decimal 19 228 65 0.92 0 0.71 0.11 133.21 0.85 0.48
Hex 13 E4 41 5C 0 47 B 85 55 30
Octal 23 344 101 134 0 107 13 205 125 60
Binary 10011 11100100 1000001 1011100 0 1000111 1011 10000101 1010101 110000

Color Harmonies of #13E441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E441

Black with #13E441

Text Example


Text Example

White with #13E441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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