Color Hex Logo

#498914 Color Hex

#498914
(73,137,20)
0 Favorites   0 Comments

Color spaces of #498914

RGB 7313720
HSL0.260.750.31
HSV93°85°54°
CMYK 0.470.000.85   0.46
XYZ11.819619.35833.7754
Yxy19.35830.33820.5538
Hunter Lab43.9981-29.044525.7111
CIE-Lab51.1038-39.671050.4787

#498914 color RGB value is (73,137,20).

#498914 hex color red value is 73, green value is 137 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #498914 hue: 0.26 , saturation: 0.75 and the lightness value of 498914 is 0.31.

The process color (four color CMYK) of #498914 color hex is 0.47, 0.00, 0.85, 0.46. Web safe color of #498914 is #339900. Color #498914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001001 00010100
Octal 111 211 24
Decimal 73 137 20
Hex 49 89 14

RGB Percentages of Color #498914

%31.74
%59.57
%8.70

CMYK Percentages of Color #498914

%47
%0
%85
%46

Triadic Colors of #498914

#498914 #144989 #891449

Analogous Colors of #498914

#498914 #14891a #848914

Monochromatic Colors of #498914

#498914

Complementary Color

#498914 #541489

#498914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498914 Color CSS Codes

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

#498914 Text Font Color

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

This sample text font color is #498914
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.


#498914 Background Color

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

This div background color is #498914


#498914 Border Color

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

This div border color is #498914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,137,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498914;
  -webkit-box-shadow: 1px 1px 3px 2px #498914;
  box-shadow:         1px 1px 3px 2px #498914; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498914


Comments

No comments written yet.

Please login to write comment.