Html Css Color HEX #49BF74 Emerald

📋 copy color: '#49BF74'

red 73 ◦ green 191 ◦ blue 116

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

Shades of Emerald #49BF74

Tints of Emerald #49BF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 19.21%
G = 50.26%
B = 30.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#49BF74 (or 0x49BF74) is known color: Emerald. HEX triplet: 49, BF and 74. RGB value is (73,191,116). Sum of RGB (Red+Green+Blue) = 73+191+116=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF74 is #B6408B. Grayscale: #939393. Windows color (decimal): -11944076 or 7651145. OLE color: 7651145.

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

Color convert

RGB 73 191 116 -
CMYK 0.62 0 0.39 0.25
HSL 141.86º 0.48% 0.52% -
HSV(B) 141.86º 0.62% 0.75% -
XYZ 24.53 39.94 22.94 -
YUV 147.17 110.41 75.1 -
System Red Green Blue C M Y K H S L
Decimal 73 191 116 0.62 0 0.39 0.25 141.86 0.48 0.52
Hex 49 BF 74 3E 0 27 19 8E 30 34
Octal 111 277 164 76 0 47 31 216 60 64
Binary 1001001 10111111 1110100 111110 0 100111 11001 10001110 110000 110100

Color Harmonies of #49BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF74

Black with #49BF74

Text Example


Text Example

White with #49BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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