Html Css Color HEX #49BE83 Emerald

📋 copy color: '#49BE83'

red 73 ◦ green 190 ◦ blue 131

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

Shades of Emerald #49BE83

Tints of Emerald #49BE83

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 18.53%
G = 48.22%
B = 33.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#49BE83 (or 0x49BE83) is known color: Emerald. HEX triplet: 49, BE and 83. RGB value is (73,190,131). Sum of RGB (Red+Green+Blue) = 73+190+131=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE83 is #B6417C. Grayscale: #949494. Windows color (decimal): -11944317 or 8633929. OLE color: 8633929.

HSL color Cylindrical-coordinate representation of color #49BE83: hue angle of 149.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE83 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 131 -
CMYK 0.62 0 0.31 0.25
HSL 149.74º 0.47% 0.52% -
HSV(B) 149.74º 0.62% 0.75% -
XYZ 25.26 39.88 27.84 -
YUV 148.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 73 190 131 0.62 0 0.31 0.25 149.74 0.47 0.52
Hex 49 BE 83 3E 0 1F 19 96 2F 34
Octal 111 276 203 76 0 37 31 226 57 64
Binary 1001001 10111110 10000011 111110 0 11111 11001 10010110 101111 110100

Color Harmonies of #49BE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE83

Black with #49BE83

Text Example


Text Example

White with #49BE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,131); }

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

background-color css

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

 a { background-color: rgb(73,190,131); }

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

border-color css

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

 span { border-color: rgb(73,190,131); }

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