#49F58A

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

Shades of Emerald #49F58A

Tints of Emerald #49F58A

Color information

#49F58A (or 0x49F58A) is unknown color: approx Emerald. HEX triplet: 49, F5 and 8A. RGB value is (73,245,138). Sum of RGB (Red+Green+Blue) = 73+245+138=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #49F58A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F58A is #B60A75. Grayscale: #B5B5B5. Windows color (decimal): -11930230 or 9106761. OLE color: 9106761.

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

Color convert

RGB73245138-
CMYK0.7000.440.04
HSL142.67º89.58%62.35%-
HSV(B)142.67º70.2%96.08%-
XYZ39.9968.5635.17-
YUV181.37103.5250.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.01%
GREEN value IS 245 (96.09% from 255) = 53.73%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=16.01%
G=53.73%
B=30.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732451380.7000.440.04142.6789.5862.35
Hex49F58A4602C48f5a3e
Octal111365212106054421713276
Binary1001001111101011000101010001100101100100100011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,245,138); }

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

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

 a { background-color: rgb(73,245,138); }

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

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

 span { border-color: rgb(73,245,138); }

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