Html Css Color HEX #13D349 Malachite

📋 copy color: '#13D349'

red 19 ◦ green 211 ◦ blue 73

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

Shades of Malachite #13D349

Tints of Malachite #13D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 69.64%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 6.27%
G = 69.64%
B = 24.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#13D349 (or 0x13D349) is known color: Malachite. HEX triplet: 13, D3 and 49. RGB value is (19,211,73). Sum of RGB (Red+Green+Blue) = 19+211+73=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 211 (82.81% from 255 or 69.64% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 211 - color contains mainly: green. Hex color #13D349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D349 is #EC2CB6. Grayscale: #8A8A8A. Windows color (decimal): -15477943 or 4838163. OLE color: 4838163.

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

Color convert

RGB 19 211 73 -
CMYK 0.91 0 0.65 0.17
HSL 136.88º 0.83% 0.45% -
HSV(B) 136.88º 0.91% 0.83% -
XYZ 24.77 47.21 14.11 -
YUV 137.86 91.39 43.22 -
System Red Green Blue C M Y K H S L
Decimal 19 211 73 0.91 0 0.65 0.17 136.88 0.83 0.45
Hex 13 D3 49 5B 0 41 11 89 53 2D
Octal 23 323 111 133 0 101 21 211 123 55
Binary 10011 11010011 1001001 1011011 0 1000001 10001 10001001 1010011 101101

Color Harmonies of #13D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D349

Black with #13D349

Text Example


Text Example

White with #13D349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,73); }

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

background-color css

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

 a { background-color: rgb(19,211,73); }

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

border-color css

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

 span { border-color: rgb(19,211,73); }

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