Html Css Color HEX #49E06A Emerald

📋 copy color: '#49E06A'

red 73 ◦ green 224 ◦ blue 106

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

Shades of Emerald #49E06A

Tints of Emerald #49E06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.58%

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

R = 18.11%
G = 55.58%
B = 26.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#49E06A (or 0x49E06A) is known color: Emerald. HEX triplet: 49, E0 and 6A. RGB value is (73,224,106). Sum of RGB (Red+Green+Blue) = 73+224+106=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #49E06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E06A is #B61F95. Grayscale: #A5A5A5. Windows color (decimal): -11935638 or 7004233. OLE color: 7004233.

HSL color Cylindrical-coordinate representation of color #49E06A: hue angle of 133.11º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E06A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 224 106 -
CMYK 0.67 0 0.53 0.12
HSL 133.11º 0.71% 0.58% -
HSV(B) 133.11º 0.67% 0.88% -
XYZ 32 55.77 22.71 -
YUV 165.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 73 224 106 0.67 0 0.53 0.12 133.11 0.71 0.58
Hex 49 E0 6A 43 0 35 C 85 47 3A
Octal 111 340 152 103 0 65 14 205 107 72
Binary 1001001 11100000 1101010 1000011 0 110101 1100 10000101 1000111 111010

Color Harmonies of #49E06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E06A

Black with #49E06A

Text Example


Text Example

White with #49E06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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