Html Css Color HEX #49BB86 Emerald

📋 copy color: '#49BB86'

red 73 ◦ green 187 ◦ blue 134

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

Shades of Emerald #49BB86

Tints of Emerald #49BB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 18.53%
G = 47.46%
B = 34.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#49BB86 (or 0x49BB86) is known color: Emerald. HEX triplet: 49, BB and 86. RGB value is (73,187,134). Sum of RGB (Red+Green+Blue) = 73+187+134=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB86 is #B64479. Grayscale: #929292. Windows color (decimal): -11945082 or 8829769. OLE color: 8829769.

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

Color convert

RGB 73 187 134 -
CMYK 0.61 0 0.28 0.27
HSL 152.11º 0.46% 0.51% -
HSV(B) 152.11º 0.61% 0.73% -
XYZ 24.82 38.68 28.71 -
YUV 146.87 120.73 75.31 -
System Red Green Blue C M Y K H S L
Decimal 73 187 134 0.61 0 0.28 0.27 152.11 0.46 0.51
Hex 49 BB 86 3D 0 1C 1B 98 2E 33
Octal 111 273 206 75 0 34 33 230 56 63
Binary 1001001 10111011 10000110 111101 0 11100 11011 10011000 101110 110011

Color Harmonies of #49BB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB86

Black with #49BB86

Text Example


Text Example

White with #49BB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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