Html Css Color HEX #49C383 Emerald

📋 copy color: '#49C383'

red 73 ◦ green 195 ◦ blue 131

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

Shades of Emerald #49C383

Tints of Emerald #49C383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 18.3%
G = 48.87%
B = 32.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#49C383 (or 0x49C383) is known color: Emerald. HEX triplet: 49, C3 and 83. RGB value is (73,195,131). Sum of RGB (Red+Green+Blue) = 73+195+131=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #49C383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C383 is #B63C7C. Grayscale: #979797. Windows color (decimal): -11943037 or 8635209. OLE color: 8635209.

HSL color Cylindrical-coordinate representation of color #49C383: hue angle of 148.52º 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 #49C383 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 131 -
CMYK 0.63 0 0.33 0.24
HSL 148.52º 0.5% 0.53% -
HSV(B) 148.52º 0.63% 0.76% -
XYZ 26.36 42.09 28.21 -
YUV 151.23 116.58 72.2 -
System Red Green Blue C M Y K H S L
Decimal 73 195 131 0.63 0 0.33 0.24 148.52 0.5 0.53
Hex 49 C3 83 3F 0 21 18 95 32 35
Octal 111 303 203 77 0 41 30 225 62 65
Binary 1001001 11000011 10000011 111111 0 100001 11000 10010101 110010 110101

Color Harmonies of #49C383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C383

Black with #49C383

Text Example


Text Example

White with #49C383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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