Color Hex Logo

#359e2d Color Hex

#359E2D
(53,158,45)
0 Favorites   0 Comments

Color spaces of #359e2d

RGB 5315845
HSL0.320.560.40
HSV116°72°62°
CMYK 0.660.000.72   0.38
XYZ14.168725.40016.6386
Yxy25.40010.30660.5497
Hunter Lab50.3985-38.015127.4692
CIE-Lab57.4632-51.537047.9436

#359e2d color RGB value is (53,158,45).

#359e2d hex color red value is 53, green value is 158 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #359e2d hue: 0.32 , saturation: 0.56 and the lightness value of 359e2d is 0.40.

The process color (four color CMYK) of #359e2d color hex is 0.66, 0.00, 0.72, 0.38. Web safe color of #359e2d is #339933. Color #359e2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 00101101
Octal 65 236 55
Decimal 53 158 45
Hex 35 9E 2D

RGB Percentages of Color #359e2d

%20.70
%61.72
%17.58

CMYK Percentages of Color #359e2d

%66
%0
%72
%38

Triadic Colors of #359e2d

#359e2d #2d359e #9e2d35

Analogous Colors of #359e2d

#359e2d #2d9e5d #6e9e2d

Monochromatic Colors of #359e2d

#359e2d

Complementary Color

#359e2d #962d9e

#359e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#359e2d Color CSS Codes

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

#359e2d Text Font Color

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

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


#359e2d Background Color

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

This div background color is #359e2d


#359e2d Border Color

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

This div border color is #359e2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,158,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359e2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359e2d;
  -webkit-box-shadow: 1px 1px 3px 2px #359e2d;
  box-shadow:         1px 1px 3px 2px #359e2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359e2d


Comments

No comments written yet.

Please login to write comment.