Color Hex Logo

#056512 Color Hex

#056512
(5,101,18)
0 Favorites   0 Comments

Color spaces of #056512

RGB 510118
HSL0.360.910.21
HSV128°95°40°
CMYK 0.950.000.82   0.60
XYZ4.82549.38332.1291
Yxy9.38330.29540.5743
Hunter Lab30.6322-25.487717.3215
CIE-Lab36.7120-42.066537.0010

#056512 color RGB value is (5,101,18).

#056512 hex color red value is 5, green value is 101 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #056512 hue: 0.36 , saturation: 0.91 and the lightness value of 056512 is 0.21.

The process color (four color CMYK) of #056512 color hex is 0.95, 0.00, 0.82, 0.60. Web safe color of #056512 is #006600. Color #056512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 00010010
Octal 5 145 22
Decimal 5 101 18
Hex 5 65 12

RGB Percentages of Color #056512

%4.03
%81.45
%14.52

CMYK Percentages of Color #056512

%95
%0
%82
%60

Triadic Colors of #056512

#056512 #120565 #651205

Analogous Colors of #056512

#056512 #056542 #286505

Monochromatic Colors of #056512

#056512

Complementary Color

#056512 #650558

#056512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056512 Color CSS Codes

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

#056512 Text Font Color

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

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


#056512 Background Color

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

This div background color is #056512


#056512 Border Color

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

This div border color is #056512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,101,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #056512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #056512;
  -webkit-box-shadow: 1px 1px 3px 2px #056512;
  box-shadow:         1px 1px 3px 2px #056512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,101,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056512


Comments

No comments written yet.

Please login to write comment.