Html Css Color HEX #49BF72 Emerald

📋 copy color: '#49BF72'

red 73 ◦ green 191 ◦ blue 114

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

Shades of Emerald #49BF72

Tints of Emerald #49BF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 19.31%
G = 50.53%
B = 30.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#49BF72 (or 0x49BF72) is known color: Emerald. HEX triplet: 49, BF and 72. RGB value is (73,191,114). Sum of RGB (Red+Green+Blue) = 73+191+114=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF72 is #B6408D. Grayscale: #939393. Windows color (decimal): -11944078 or 7520073. OLE color: 7520073.

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

Color convert

RGB 73 191 114 -
CMYK 0.62 0 0.40 0.25
HSL 140.85º 0.48% 0.52% -
HSV(B) 140.85º 0.62% 0.75% -
XYZ 24.42 39.89 22.33 -
YUV 146.94 109.41 75.26 -
System Red Green Blue C M Y K H S L
Decimal 73 191 114 0.62 0 0.40 0.25 140.85 0.48 0.52
Hex 49 BF 72 3E 0 28 19 8D 30 34
Octal 111 277 162 76 0 50 31 215 60 64
Binary 1001001 10111111 1110010 111110 0 101000 11001 10001101 110000 110100

Color Harmonies of #49BF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF72

Black with #49BF72

Text Example


Text Example

White with #49BF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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