Html Css Color HEX #13D841 Malachite

📋 copy color: '#13D841'

red 19 ◦ green 216 ◦ blue 65

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

Shades of Malachite #13D841

Tints of Malachite #13D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72%

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

R = 6.33%
G = 72%
B = 21.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#13D841 (or 0x13D841) is known color: Malachite. HEX triplet: 13, D8 and 41. RGB value is (19,216,65). Sum of RGB (Red+Green+Blue) = 19+216+65=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #13D841 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D841 is #EC27BE. Grayscale: #8C8C8C. Windows color (decimal): -15476671 or 4315155. OLE color: 4315155.

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

Color convert

RGB 19 216 65 -
CMYK 0.91 0 0.70 0.15
HSL 134.01º 0.84% 0.46% -
HSV(B) 134.01º 0.91% 0.85% -
XYZ 25.78 49.63 13.22 -
YUV 139.88 85.73 41.78 -
System Red Green Blue C M Y K H S L
Decimal 19 216 65 0.91 0 0.70 0.15 134.01 0.84 0.46
Hex 13 D8 41 5B 0 46 F 86 54 2E
Octal 23 330 101 133 0 106 17 206 124 56
Binary 10011 11011000 1000001 1011011 0 1000110 1111 10000110 1010100 101110

Color Harmonies of #13D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D841

Black with #13D841

Text Example


Text Example

White with #13D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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