Color Hex Logo

#498c3e Color Hex

#498C3E
(73,140,62)
0 Favorites   0 Comments

Color spaces of #498c3e

RGB 7314062
HSL0.310.390.40
HSV112°56°55°
CMYK 0.480.000.56   0.45
XYZ12.995220.52047.8333
Yxy20.52040.31430.4963
Hunter Lab45.2994-28.067221.4570
CIE-Lab52.4206-37.332634.7853

#498c3e color RGB value is (73,140,62).

#498c3e hex color red value is 73, green value is 140 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #498c3e hue: 0.31 , saturation: 0.39 and the lightness value of 498c3e is 0.40.

The process color (four color CMYK) of #498c3e color hex is 0.48, 0.00, 0.56, 0.45. Web safe color of #498c3e is #339933. Color #498c3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 00111110
Octal 111 214 76
Decimal 73 140 62
Hex 49 8C 3E

RGB Percentages of Color #498c3e

%26.55
%50.91
%22.55

CMYK Percentages of Color #498c3e

%48
%0
%56
%45

Triadic Colors of #498c3e

#498c3e #3e498c #8c3e49

Analogous Colors of #498c3e

#498c3e #3e8c5a #708c3e

Monochromatic Colors of #498c3e

#498c3e

Complementary Color

#498c3e #813e8c

#498c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#498c3e Color CSS Codes

.mybgcolor {background-color:#498c3e; } 
.myforecolor {color:#498c3e; }
.mybordercolor {border:3px solid #498c3e; }

#498c3e Text Font Color

<p style="color:#498c3e">Text here</p>

This sample text font color is #498c3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#498c3e Background Color

<div style="background-color:#498c3e">
Div content here</div>

This div background color is #498c3e


#498c3e Border Color

<div style="border:3px solid #498c3e">
Div here</div>

This div border color is #498c3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,140,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498c3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498c3e;
  -webkit-box-shadow: 1px 1px 3px 2px #498c3e;
  box-shadow:         1px 1px 3px 2px #498c3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,140,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #498c3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #498c3e;
  -webkit-box-shadow: 1px 1px 3px 2px #498c3e;
  box-shadow:         1px 1px 3px 2px #498c3e;">
Div content here</div>

This div box has shadow with color #498c3e


Comments

No comments written yet.

Please login to write comment.