#49C65E

Color #49C65E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #49C65E

Tints of Emerald #49C65E

Color information

#49C65E (or 0x49C65E) is unknown color: approx Emerald. HEX triplet: 49, C6 and 5E. RGB value is (73,198,94). Sum of RGB (Red+Green+Blue) = 73+198+94=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #49C65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C65E is #B639A1. Grayscale: #959595. Windows color (decimal): -11942306 or 6211145. OLE color: 6211145.

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

Color convert

RGB7319894-
CMYK0.6300.530.22
HSL130.08º52.3%53.14%-
HSV(B)130.08º63.13%77.65%-
XYZ24.9642.6117.5-
YUV148.7797.0973.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 198 (77.73% from 255) = 54.25%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=20%
G=54.25%
B=25.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73198940.6300.530.22130.0852.353.14
Hex49C65E3F03516823435
Octal11130613677065262026465
Binary100100111000110101111011111101101011011010000010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,94); }

 H1.HeaderClassName
 {
   color: #49C65E;
 }
 .AnyTagClassName
 {
   color: #49C65E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,198,94); }

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

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

 span { border-color: rgb(73,198,94); }

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