Color Hex Logo

#356d01 Color Hex

#356D01
(53,109,1)
0 Favorites   0 Comments

Color spaces of #356d01

RGB 531091
HSL0.250.980.22
HSV91°99°43°
CMYK 0.510.000.99   0.57
XYZ6.942311.69641.9204
Yxy11.69640.33770.5689
Hunter Lab34.2000-23.616120.6107
CIE-Lab40.7295-35.517845.7491

#356d01 color RGB value is (53,109,1).

#356d01 hex color red value is 53, green value is 109 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #356d01 hue: 0.25 , saturation: 0.98 and the lightness value of 356d01 is 0.22.

The process color (four color CMYK) of #356d01 color hex is 0.51, 0.00, 0.99, 0.57. Web safe color of #356d01 is #336600. Color #356d01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 00000001
Octal 65 155 1
Decimal 53 109 1
Hex 35 6D 1

RGB Percentages of Color #356d01

%32.52
%66.87
%0.61

CMYK Percentages of Color #356d01

%51
%0
%99
%57

Triadic Colors of #356d01

#356d01 #01356d #6d0135

Analogous Colors of #356d01

#356d01 #016d03 #6b6d01

Monochromatic Colors of #356d01

#356d01

Complementary Color

#356d01 #39016d

#356d01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356d01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356d01 Color CSS Codes

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

#356d01 Text Font Color

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

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


#356d01 Background Color

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

This div background color is #356d01


#356d01 Border Color

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

This div border color is #356d01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,109,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356d01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356d01;
  -webkit-box-shadow: 1px 1px 3px 2px #356d01;
  box-shadow:         1px 1px 3px 2px #356d01; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356d01


Comments

No comments written yet.

Please login to write comment.