Html Css Color HEX #49BB74 Emerald

📋 copy color: '#49BB74'

red 73 ◦ green 187 ◦ blue 116

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

Shades of Emerald #49BB74

Tints of Emerald #49BB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

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

R = 19.41%
G = 49.73%
B = 30.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#49BB74 (or 0x49BB74) is known color: Emerald. HEX triplet: 49, BB and 74. RGB value is (73,187,116). Sum of RGB (Red+Green+Blue) = 73+187+116=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB74 is #B6448B. Grayscale: #909090. Windows color (decimal): -11945100 or 7650121. OLE color: 7650121.

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

Color convert

RGB 73 187 116 -
CMYK 0.61 0 0.38 0.27
HSL 142.63º 0.46% 0.51% -
HSV(B) 142.63º 0.61% 0.73% -
XYZ 23.67 38.22 22.65 -
YUV 144.82 111.73 76.77 -
System Red Green Blue C M Y K H S L
Decimal 73 187 116 0.61 0 0.38 0.27 142.63 0.46 0.51
Hex 49 BB 74 3D 0 26 1B 8F 2E 33
Octal 111 273 164 75 0 46 33 217 56 63
Binary 1001001 10111011 1110100 111101 0 100110 11011 10001111 101110 110011

Color Harmonies of #49BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB74

Black with #49BB74

Text Example


Text Example

White with #49BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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