Html Css Color HEX #49BF77 Emerald

📋 copy color: '#49BF77'

red 73 ◦ green 191 ◦ blue 119

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

Shades of Emerald #49BF77

Tints of Emerald #49BF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 19.06%
G = 49.87%
B = 31.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#49BF77 (or 0x49BF77) is known color: Emerald. HEX triplet: 49, BF and 77. RGB value is (73,191,119). Sum of RGB (Red+Green+Blue) = 73+191+119=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF77 is #B64088. Grayscale: #939393. Windows color (decimal): -11944073 or 7847753. OLE color: 7847753.

HSL color Cylindrical-coordinate representation of color #49BF77: hue angle of 143.39º 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 #49BF77 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 119 -
CMYK 0.62 0 0.38 0.25
HSL 143.39º 0.48% 0.52% -
HSV(B) 143.39º 0.62% 0.75% -
XYZ 24.71 40.01 23.87 -
YUV 147.51 111.91 74.85 -
System Red Green Blue C M Y K H S L
Decimal 73 191 119 0.62 0 0.38 0.25 143.39 0.48 0.52
Hex 49 BF 77 3E 0 26 19 8F 30 34
Octal 111 277 167 76 0 46 31 217 60 64
Binary 1001001 10111111 1110111 111110 0 100110 11001 10001111 110000 110100

Color Harmonies of #49BF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF77

Black with #49BF77

Text Example


Text Example

White with #49BF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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