Color Hex Logo

#368015 Color Hex

#368015
(54,128,21)
0 Favorites   0 Comments

Color spaces of #368015

RGB 5412821
HSL0.280.720.29
HSV101°84°50°
CMYK 0.580.000.84   0.50
XYZ9.375816.27683.3570
Yxy16.27680.32320.5611
Hunter Lab40.3445-29.120723.3077
CIE-Lab47.3356-41.972646.4858

#368015 color RGB value is (54,128,21).

#368015 hex color red value is 54, green value is 128 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #368015 hue: 0.28 , saturation: 0.72 and the lightness value of 368015 is 0.29.

The process color (four color CMYK) of #368015 color hex is 0.58, 0.00, 0.84, 0.50. Web safe color of #368015 is #339900. Color #368015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000000 00010101
Octal 66 200 25
Decimal 54 128 21
Hex 36 80 15

RGB Percentages of Color #368015

%26.60
%63.05
%10.34

CMYK Percentages of Color #368015

%58
%0
%84
%50

Triadic Colors of #368015

#368015 #153680 #801536

Analogous Colors of #368015

#368015 #158029 #6c8015

Monochromatic Colors of #368015

#368015

Complementary Color

#368015 #5f1580

#368015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368015 Color CSS Codes

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

#368015 Text Font Color

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

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


#368015 Background Color

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

This div background color is #368015


#368015 Border Color

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

This div border color is #368015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,128,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368015;
  -webkit-box-shadow: 1px 1px 3px 2px #368015;
  box-shadow:         1px 1px 3px 2px #368015; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368015


Comments

No comments written yet.

Please login to write comment.