Html Css Color HEX #49BF7C Emerald

📋 copy color: '#49BF7C'

red 73 ◦ green 191 ◦ blue 124

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

Shades of Emerald #49BF7C

Tints of Emerald #49BF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 18.81%
G = 49.23%
B = 31.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#49BF7C (or 0x49BF7C) is known color: Emerald. HEX triplet: 49, BF and 7C. RGB value is (73,191,124). Sum of RGB (Red+Green+Blue) = 73+191+124=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF7C is #B64083. Grayscale: #949494. Windows color (decimal): -11944068 or 8175433. OLE color: 8175433.

HSL color Cylindrical-coordinate representation of color #49BF7C: hue angle of 145.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF7C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 124 -
CMYK 0.62 0 0.35 0.25
HSL 145.93º 0.48% 0.52% -
HSV(B) 145.93º 0.62% 0.75% -
XYZ 25.02 40.13 25.5 -
YUV 148.08 114.41 74.45 -
System Red Green Blue C M Y K H S L
Decimal 73 191 124 0.62 0 0.35 0.25 145.93 0.48 0.52
Hex 49 BF 7C 3E 0 23 19 92 30 34
Octal 111 277 174 76 0 43 31 222 60 64
Binary 1001001 10111111 1111100 111110 0 100011 11001 10010010 110000 110100

Color Harmonies of #49BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF7C

Black with #49BF7C

Text Example


Text Example

White with #49BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,124); }

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

background-color css

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

 a { background-color: rgb(73,191,124); }

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

border-color css

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

 span { border-color: rgb(73,191,124); }

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