#49F68B

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

Shades of Emerald #49F68B

Tints of Emerald #49F68B

Color information

#49F68B (or 0x49F68B) is unknown color: approx Emerald. HEX triplet: 49, F6 and 8B. RGB value is (73,246,139). Sum of RGB (Red+Green+Blue) = 73+246+139=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #49F68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F68B is #B60974. Grayscale: #B6B6B6. Windows color (decimal): -11929973 or 9172553. OLE color: 9172553.

HSL color Cylindrical-coordinate representation of color #49F68B: hue angle of 142.89º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F68B is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB73246139-
CMYK0.7000.430.04
HSL142.89º90.58%62.55%-
HSV(B)142.89º70.33%96.47%-
XYZ40.3669.1935.65-
YUV182.08103.6950.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.94%
GREEN value IS 246 (96.48% from 255) = 53.71%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=15.94%
G=53.71%
B=30.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732461390.7000.430.04142.8990.5862.55
Hex49F68B4602B48f5b3f
Octal111366213106053421713377
Binary1001001111101101000101110001100101011100100011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,246,139); }

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

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

 a { background-color: rgb(73,246,139); }

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

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

 span { border-color: rgb(73,246,139); }

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