Html Css Color HEX #13D049 Malachite

📋 copy color: '#13D049'

red 19 ◦ green 208 ◦ blue 73

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

Shades of Malachite #13D049

Tints of Malachite #13D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.33%

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

R = 6.33%
G = 69.33%
B = 24.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#13D049 (or 0x13D049) is known color: Malachite. HEX triplet: 13, D0 and 49. RGB value is (19,208,73). Sum of RGB (Red+Green+Blue) = 19+208+73=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #13D049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D049 is #EC2FB6. Grayscale: #888888. Windows color (decimal): -15478711 or 4837395. OLE color: 4837395.

HSL color Cylindrical-coordinate representation of color #13D049: hue angle of 137.14º 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 #13D049 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 73 -
CMYK 0.91 0 0.65 0.18
HSL 137.14º 0.83% 0.45% -
HSV(B) 137.14º 0.91% 0.82% -
XYZ 24.03 45.73 13.86 -
YUV 136.1 92.38 44.48 -
System Red Green Blue C M Y K H S L
Decimal 19 208 73 0.91 0 0.65 0.18 137.14 0.83 0.45
Hex 13 D0 49 5B 0 41 12 89 53 2D
Octal 23 320 111 133 0 101 22 211 123 55
Binary 10011 11010000 1001001 1011011 0 1000001 10010 10001001 1010011 101101

Color Harmonies of #13D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D049

Black with #13D049

Text Example


Text Example

White with #13D049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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