Html Css Color HEX #49BC82 Emerald

📋 copy color: '#49BC82'

red 73 ◦ green 188 ◦ blue 130

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

Shades of Emerald #49BC82

Tints of Emerald #49BC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 18.67%
G = 48.08%
B = 33.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#49BC82 (or 0x49BC82) is known color: Emerald. HEX triplet: 49, BC and 82. RGB value is (73,188,130). Sum of RGB (Red+Green+Blue) = 73+188+130=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC82 is #B6437D. Grayscale: #939393. Windows color (decimal): -11944830 or 8567881. OLE color: 8567881.

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

Color convert

RGB 73 188 130 -
CMYK 0.61 0 0.31 0.26
HSL 149.74º 0.46% 0.51% -
HSV(B) 149.74º 0.61% 0.74% -
XYZ 24.76 38.99 27.34 -
YUV 147 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 73 188 130 0.61 0 0.31 0.26 149.74 0.46 0.51
Hex 49 BC 82 3D 0 1F 1A 96 2E 33
Octal 111 274 202 75 0 37 32 226 56 63
Binary 1001001 10111100 10000010 111101 0 11111 11010 10010110 101110 110011

Color Harmonies of #49BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC82

Black with #49BC82

Text Example


Text Example

White with #49BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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