Html Css Color HEX #49C16E Emerald

📋 copy color: '#49C16E'

red 73 ◦ green 193 ◦ blue 110

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

Shades of Emerald #49C16E

Tints of Emerald #49C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 19.41%
G = 51.33%
B = 29.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#49C16E (or 0x49C16E) is known color: Emerald. HEX triplet: 49, C1 and 6E. RGB value is (73,193,110). Sum of RGB (Red+Green+Blue) = 73+193+110=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #49C16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C16E is #B63E91. Grayscale: #939393. Windows color (decimal): -11943570 or 7258441. OLE color: 7258441.

HSL color Cylindrical-coordinate representation of color #49C16E: hue angle of 138.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C16E is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 193 110 -
CMYK 0.62 0 0.43 0.24
HSL 138.5º 0.49% 0.52% -
HSV(B) 138.5º 0.62% 0.76% -
XYZ 24.63 40.68 21.31 -
YUV 147.66 106.74 74.75 -
System Red Green Blue C M Y K H S L
Decimal 73 193 110 0.62 0 0.43 0.24 138.5 0.49 0.52
Hex 49 C1 6E 3E 0 2B 18 8A 31 34
Octal 111 301 156 76 0 53 30 212 61 64
Binary 1001001 11000001 1101110 111110 0 101011 11000 10001010 110001 110100

Color Harmonies of #49C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C16E

Black with #49C16E

Text Example


Text Example

White with #49C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,193,110); }

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

background-color css

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

 a { background-color: rgb(73,193,110); }

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

border-color css

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

 span { border-color: rgb(73,193,110); }

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