Color Hex Logo

#496202 Color Hex

#496202
(73,98,2)
0 Favorites   0 Comments

Color spaces of #496202

RGB 73982
HSL0.210.960.20
HSV76°98°38°
CMYK 0.260.000.98   0.62
XYZ7.126310.15621.6422
Yxy10.15620.37660.5367
Hunter Lab31.8688-15.855319.2529
CIE-Lab38.1213-22.445343.8984

#496202 color RGB value is (73,98,2).

#496202 hex color red value is 73, green value is 98 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #496202 hue: 0.21 , saturation: 0.96 and the lightness value of 496202 is 0.20.

The process color (four color CMYK) of #496202 color hex is 0.26, 0.00, 0.98, 0.62. Web safe color of #496202 is #336600. Color #496202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 00000010
Octal 111 142 2
Decimal 73 98 2
Hex 49 62 2

RGB Percentages of Color #496202

%42.20
%56.65
%1.16

CMYK Percentages of Color #496202

%26
%0
%98
%62

Triadic Colors of #496202

#496202 #024962 #620249

Analogous Colors of #496202

#496202 #196202 #624b02

Monochromatic Colors of #496202

#496202

Complementary Color

#496202 #1b0262

#496202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496202 Color CSS Codes

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

#496202 Text Font Color

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

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


#496202 Background Color

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

This div background color is #496202


#496202 Border Color

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

This div border color is #496202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496202


Comments

No comments written yet.

Please login to write comment.