#49F68A

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

Shades of Emerald #49F68A

Tints of Emerald #49F68A

Color information

#49F68A (or 0x49F68A) is unknown color: approx Emerald. HEX triplet: 49, F6 and 8A. RGB value is (73,246,138). Sum of RGB (Red+Green+Blue) = 73+246+138=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #49F68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F68A is #B60975. Grayscale: #B6B6B6. Windows color (decimal): -11929974 or 9107017. OLE color: 9107017.

HSL color Cylindrical-coordinate representation of color #49F68A: hue angle of 142.54º 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 #49F68A is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB73246138-
CMYK0.7000.440.04
HSL142.54º90.58%62.55%-
HSV(B)142.54º70.33%96.47%-
XYZ40.2969.1635.27-
YUV181.96103.1950.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 246 (96.48% from 255) = 53.83%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=15.97%
G=53.83%
B=30.20%

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
Decimal732461380.7000.440.04142.5490.5862.55
Hex49F68A4602C48f5b3f
Octal111366212106054421713377
Binary1001001111101101000101010001100101100100100011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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