Html Css Color HEX #49BB7B Emerald

📋 copy color: '#49BB7B'

red 73 ◦ green 187 ◦ blue 123

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

Shades of Emerald #49BB7B

Tints of Emerald #49BB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 19.06%
G = 48.83%
B = 32.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#49BB7B (or 0x49BB7B) is known color: Emerald. HEX triplet: 49, BB and 7B. RGB value is (73,187,123). Sum of RGB (Red+Green+Blue) = 73+187+123=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB7B is #B64484. Grayscale: #919191. Windows color (decimal): -11945093 or 8108873. OLE color: 8108873.

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

Color convert

RGB 73 187 123 -
CMYK 0.61 0 0.34 0.27
HSL 146.32º 0.46% 0.51% -
HSV(B) 146.32º 0.61% 0.73% -
XYZ 24.09 38.39 24.88 -
YUV 145.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 73 187 123 0.61 0 0.34 0.27 146.32 0.46 0.51
Hex 49 BB 7B 3D 0 22 1B 92 2E 33
Octal 111 273 173 75 0 42 33 222 56 63
Binary 1001001 10111011 1111011 111101 0 100010 11011 10010010 101110 110011

Color Harmonies of #49BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB7B

Black with #49BB7B

Text Example


Text Example

White with #49BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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