Html Css Color HEX #49BB75 Emerald

📋 copy color: '#49BB75'

red 73 ◦ green 187 ◦ blue 117

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

Shades of Emerald #49BB75

Tints of Emerald #49BB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 19.36%
G = 49.6%
B = 31.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#49BB75 (or 0x49BB75) is known color: Emerald. HEX triplet: 49, BB and 75. RGB value is (73,187,117). Sum of RGB (Red+Green+Blue) = 73+187+117=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB75 is #B6448A. Grayscale: #919191. Windows color (decimal): -11945099 or 7715657. OLE color: 7715657.

HSL color Cylindrical-coordinate representation of color #49BB75: hue angle of 143.16º 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 #49BB75 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 117 -
CMYK 0.61 0 0.37 0.27
HSL 143.16º 0.46% 0.51% -
HSV(B) 143.16º 0.61% 0.73% -
XYZ 23.73 38.24 22.96 -
YUV 144.93 112.23 76.69 -
System Red Green Blue C M Y K H S L
Decimal 73 187 117 0.61 0 0.37 0.27 143.16 0.46 0.51
Hex 49 BB 75 3D 0 25 1B 8F 2E 33
Octal 111 273 165 75 0 45 33 217 56 63
Binary 1001001 10111011 1110101 111101 0 100101 11011 10001111 101110 110011

Color Harmonies of #49BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB75

Black with #49BB75

Text Example


Text Example

White with #49BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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