Html Css Color HEX #49BC74 Emerald

📋 copy color: '#49BC74'

red 73 ◦ green 188 ◦ blue 116

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

Shades of Emerald #49BC74

Tints of Emerald #49BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.87%

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

R = 19.36%
G = 49.87%
B = 30.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#49BC74 (or 0x49BC74) is known color: Emerald. HEX triplet: 49, BC and 74. RGB value is (73,188,116). Sum of RGB (Red+Green+Blue) = 73+188+116=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC74 is #B6438B. Grayscale: #919191. Windows color (decimal): -11944844 or 7650377. OLE color: 7650377.

HSL color Cylindrical-coordinate representation of color #49BC74: hue angle of 142.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC74 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 116 -
CMYK 0.61 0 0.38 0.26
HSL 142.43º 0.46% 0.51% -
HSV(B) 142.43º 0.61% 0.74% -
XYZ 23.88 38.64 22.72 -
YUV 145.41 111.4 76.35 -
System Red Green Blue C M Y K H S L
Decimal 73 188 116 0.61 0 0.38 0.26 142.43 0.46 0.51
Hex 49 BC 74 3D 0 26 1A 8E 2E 33
Octal 111 274 164 75 0 46 32 216 56 63
Binary 1001001 10111100 1110100 111101 0 100110 11010 10001110 101110 110011

Color Harmonies of #49BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC74

Black with #49BC74

Text Example


Text Example

White with #49BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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