Html Css Color HEX #49C381 Emerald

📋 copy color: '#49C381'

red 73 ◦ green 195 ◦ blue 129

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

Shades of Emerald #49C381

Tints of Emerald #49C381

RGB

 RED value IS 73 (28.91% from 255) = 18.39%

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 18.39%
G = 49.12%
B = 32.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#49C381 (or 0x49C381) is known color: Emerald. HEX triplet: 49, C3 and 81. RGB value is (73,195,129). Sum of RGB (Red+Green+Blue) = 73+195+129=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #49C381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C381 is #B63C7E. Grayscale: #979797. Windows color (decimal): -11943039 or 8504137. OLE color: 8504137.

HSL color Cylindrical-coordinate representation of color #49C381: hue angle of 147.54º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C381 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 129 -
CMYK 0.63 0 0.34 0.24
HSL 147.54º 0.5% 0.53% -
HSV(B) 147.54º 0.63% 0.76% -
XYZ 26.23 42.03 27.5 -
YUV 151 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 73 195 129 0.63 0 0.34 0.24 147.54 0.5 0.53
Hex 49 C3 81 3F 0 22 18 94 32 35
Octal 111 303 201 77 0 42 30 224 62 65
Binary 1001001 11000011 10000001 111111 0 100010 11000 10010100 110010 110101

Color Harmonies of #49C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C381

Black with #49C381

Text Example


Text Example

White with #49C381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C381; }

 p { color: rgb(73,195,129); }

 H1.HeaderClassName
 {
   color: #49C381;
 }
 .AnyTagClassName
 {
   color: #49C381;
 }
</style>

background-color css

<style>
 a { background-color: #49C381; }

 a { background-color: rgb(73,195,129); }

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

border-color css

<style>
 span { border-color: #49C381; }

 span { border-color: rgb(73,195,129); }

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