Html Css Color HEX #49C86A Emerald

📋 copy color: '#49C86A'

red 73 ◦ green 200 ◦ blue 106

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

Shades of Emerald #49C86A

Tints of Emerald #49C86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.77%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 19.26%
G = 52.77%
B = 27.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#49C86A (or 0x49C86A) is known color: Emerald. HEX triplet: 49, C8 and 6A. RGB value is (73,200,106). Sum of RGB (Red+Green+Blue) = 73+200+106=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #49C86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C86A is #B63795. Grayscale: #979797. Windows color (decimal): -11941782 or 6998089. OLE color: 6998089.

HSL color Cylindrical-coordinate representation of color #49C86A: hue angle of 135.59º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C86A is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 106 -
CMYK 0.64 0 0.47 0.22
HSL 135.59º 0.54% 0.54% -
HSV(B) 135.59º 0.64% 0.78% -
XYZ 26 43.77 20.71 -
YUV 151.31 102.42 72.14 -
System Red Green Blue C M Y K H S L
Decimal 73 200 106 0.64 0 0.47 0.22 135.59 0.54 0.54
Hex 49 C8 6A 40 0 2F 16 88 36 36
Octal 111 310 152 100 0 57 26 210 66 66
Binary 1001001 11001000 1101010 1000000 0 101111 10110 10001000 110110 110110

Color Harmonies of #49C86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C86A

Black with #49C86A

Text Example


Text Example

White with #49C86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,106); }

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

background-color css

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

 a { background-color: rgb(73,200,106); }

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

border-color css

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

 span { border-color: rgb(73,200,106); }

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