Html Css Color HEX #13E445 Malachite

📋 copy color: '#13E445'

red 19 ◦ green 228 ◦ blue 69

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

Shades of Malachite #13E445

Tints of Malachite #13E445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 6.01%
G = 72.15%
B = 21.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#13E445 (or 0x13E445) is known color: Malachite. HEX triplet: 13, E4 and 45. RGB value is (19,228,69). Sum of RGB (Red+Green+Blue) = 19+228+69=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #13E445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E445 is #EC1BBA. Grayscale: #939393. Windows color (decimal): -15473595 or 4580371. OLE color: 4580371.

HSL color Cylindrical-coordinate representation of color #13E445: hue angle of 134.35º 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 #13E445 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 228 69 -
CMYK 0.92 0 0.70 0.11
HSL 134.35º 0.85% 0.48% -
HSV(B) 134.35º 0.92% 0.89% -
XYZ 29.09 56.05 14.92 -
YUV 147.38 83.76 36.43 -
System Red Green Blue C M Y K H S L
Decimal 19 228 69 0.92 0 0.70 0.11 134.35 0.85 0.48
Hex 13 E4 45 5C 0 46 B 86 55 30
Octal 23 344 105 134 0 106 13 206 125 60
Binary 10011 11100100 1000101 1011100 0 1000110 1011 10000110 1010101 110000

Color Harmonies of #13E445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E445

Black with #13E445

Text Example


Text Example

White with #13E445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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