Color Hex Logo

#368a29 Color Hex

#368A29
(54,138,41)
0 Favorites   0 Comments

Color spaces of #368a29

RGB 5413841
HSL0.310.540.35
HSV112°70°54°
CMYK 0.610.000.70   0.46
XYZ11.010019.12135.2083
Yxy19.12130.31150.5411
Hunter Lab43.7279-31.580323.5477
CIE-Lab50.8288-44.319342.6212

#368a29 color RGB value is (54,138,41).

#368a29 hex color red value is 54, green value is 138 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #368a29 hue: 0.31 , saturation: 0.54 and the lightness value of 368a29 is 0.35.

The process color (four color CMYK) of #368a29 color hex is 0.61, 0.00, 0.70, 0.46. Web safe color of #368a29 is #339933. Color #368a29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 00101001
Octal 66 212 51
Decimal 54 138 41
Hex 36 8A 29

RGB Percentages of Color #368a29

%23.18
%59.23
%17.60

CMYK Percentages of Color #368a29

%61
%0
%70
%46

Triadic Colors of #368a29

#368a29 #29368a #8a2936

Analogous Colors of #368a29

#368a29 #298a4d #678a29

Monochromatic Colors of #368a29

#368a29

Complementary Color

#368a29 #7d298a

#368a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368a29 Color CSS Codes

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

#368a29 Text Font Color

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

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


#368a29 Background Color

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

This div background color is #368a29


#368a29 Border Color

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

This div border color is #368a29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,138,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368a29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368a29;
  -webkit-box-shadow: 1px 1px 3px 2px #368a29;
  box-shadow:         1px 1px 3px 2px #368a29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368a29


Comments

No comments written yet.

Please login to write comment.