Color Hex Logo

#469621 Color Hex

#469621
(70,150,33)
0 Favorites   0 Comments

Color spaces of #469621

RGB 7015033
HSL0.280.640.36
HSV101°78°59°
CMYK 0.530.000.78   0.41
XYZ13.706623.22465.1992
Yxy23.22460.32530.5513
Hunter Lab48.1919-33.567427.3378
CIE-Lab55.3029-45.139650.3775

#469621 color RGB value is (70,150,33).

#469621 hex color red value is 70, green value is 150 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #469621 hue: 0.28 , saturation: 0.64 and the lightness value of 469621 is 0.36.

The process color (four color CMYK) of #469621 color hex is 0.53, 0.00, 0.78, 0.41. Web safe color of #469621 is #339933. Color #469621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 00100001
Octal 106 226 41
Decimal 70 150 33
Hex 46 96 21

RGB Percentages of Color #469621

%27.67
%59.29
%13.04

CMYK Percentages of Color #469621

%53
%0
%78
%41

Triadic Colors of #469621

#469621 #214696 #962146

Analogous Colors of #469621

#469621 #219637 #819621

Monochromatic Colors of #469621

#469621

Complementary Color

#469621 #712196

#469621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469621 Color CSS Codes

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

#469621 Text Font Color

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

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


#469621 Background Color

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

This div background color is #469621


#469621 Border Color

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

This div border color is #469621


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,150,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469621; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469621;
  -webkit-box-shadow: 1px 1px 3px 2px #469621;
  box-shadow:         1px 1px 3px 2px #469621; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469621


Comments

No comments written yet.

Please login to write comment.