Color Hex Logo

#419272 Color Hex

#419272
(65,146,114)
0 Favorites   0 Comments

Color spaces of #419272

RGB 65146114
HSL0.430.380.41
HSV156°55°57°
CMYK 0.550.000.22   0.43
XYZ15.496122.896519.5223
Yxy22.89650.26760.3953
Hunter Lab47.8503-25.93169.3056
CIE-Lab54.9656-32.73819.5775

#419272 color RGB value is (65,146,114).

#419272 hex color red value is 65, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #419272 hue: 0.43 , saturation: 0.38 and the lightness value of 419272 is 0.41.

The process color (four color CMYK) of #419272 color hex is 0.55, 0.00, 0.22, 0.43. Web safe color of #419272 is #339966. Color #419272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010010 01110010
Octal 101 222 162
Decimal 65 146 114
Hex 41 92 72

RGB Percentages of Color #419272

%20.00
%44.92
%35.08

CMYK Percentages of Color #419272

%55
%0
%22
%43

Triadic Colors of #419272

#419272 #724192 #927241

Analogous Colors of #419272

#419272 #418a92 #41924a

Monochromatic Colors of #419272

#419272

Complementary Color

#419272 #924161

#419272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419272 Color CSS Codes

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

#419272 Text Font Color

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

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


#419272 Background Color

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

This div background color is #419272


#419272 Border Color

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

This div border color is #419272


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,146,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419272; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419272;
  -webkit-box-shadow: 1px 1px 3px 2px #419272;
  box-shadow:         1px 1px 3px 2px #419272; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419272


Comments

No comments written yet.

Please login to write comment.