COLOR #036119

HEX: #036119
RGB: (3,97,25)

Color info

#036119 contains mainly green color. Web safe color of #036119 is #006600 (or #060).

RGB color model

#036119 color RGB value is (3,97,25).

  • red value is 3;
  • green value is 97;
  • blue value is 25.
RGB:
(3,97,25)
(1%,38%,10%)

RGB channels and saturation

R 3 of 255 = 1%
G 97 of 255 = 38%
B 25 of 255 = 10%

3
97
25

R + G + B ~ 16%. #036119 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 97 + 25 = 125 (100%)
R 3 of 125 ~ 2.4%
G 97 of 125 ~ 77.6%
B 25 of 125 ~ 20%

%77.6
%20

CMYK color model

#036119 color CMYK value is (97,0,74,62).

  • cyan value is 96.91%
  • magenta value is 0.00%
  • yellow value is 74.23%
  • key color value is 61.96%
CMYK:
(97,0,74,62)
C97M0Y74K62 
(97%,0%,74%,62%)
(0.97/0.00/0.74/0.62)	

CMYK percentages

%96.91
%0
%74.23
%61.96

Codes

Color #036119 in popluar color models

036119
RGB39725
HSL134°94.00%19.61%
HSB/HSV134°96.91%38.04%
CMYK96.91%0.00%74.23%
61.96%

Color #036119 in popluar number systems.

HEX036119
Decimal39725
Binary11110000111001
Octal314131

Shades and tints

Shades of #036119

#036119
(3,97,25)
#035917
(3,89,23)
#035115
(3,81,21)
#034913
(3,73,19)
#034111
(3,65,17)
#03390F
(3,57,15)
#03310D
(3,49,13)
#03290B
(3,41,11)
#032109
(3,33,9)
#031907
(3,25,7)
#031105
(3,17,5)
#000000
(0,0,0)

Tints of #036119

#036119
(3,97,25)
#196F2D
(25,111,45)
#2F7D41
(47,125,65)
#458B55
(69,139,85)
#5B9969
(91,153,105)
#71A77D
(113,167,125)
#87B591
(135,181,145)
#9DC3A5
(157,195,165)
#B3D1B9
(179,209,185)
#C9DFCD
(201,223,205)
#DFEDE1
(223,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036119 color. Also use rgb(3,97,25) instead hex code.

Text Font Color

.myTextColor { color: #036119; }

<p style="color:#036119">This sample text font color is #036119.</p>

This text font color is #036119.


Background Color

.myBgColor { background-color: #036119; }

<div style="background-color:#036119">Inner text</div>

This div background color is #036119.


Border color

.myBorderColor { border: 1px solid #036119; }

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

This div border color is #036119.


Opacity

.myOpacity80 { color: #036119; opacity: 0.8; }

<p style="color:#036119;opacity:0.8;">80%</p>

Text with #036119 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #036119;}

<p style="text-shadow: 3px 3px 1px #036119">Text here.</p>

This text has shadow with #036119 color.

.textShadow {text-shadow: 3px 3px 1px #036119, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #036119, 5px 5px 20px red">Text here.</p>

This text has shadow with #036119 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#036119, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#036119, Direction=45, Strength=4)">Text</p>

This text has shadow with #036119 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #036119;
  -webkit-box-shadow:	1px 1px 3px 2px #036119;
  box-shadow:		1px 1px 3px 2px #036119;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #036119;
-webkit-box-shadow: 1px 1px 3px 2px #036119;
box-shadow:1px 1px 3px 2px #036119;">
Div content here</div>
This div box has shadow with color #036119.

Preview

Color preview on black background

This text has color #036119 on black background.


Color preview on white background

This text has color #036119 on white background.



Black color preview on #036119 background

This text has black color on #036119 background.


White color preview on #036119 background

This text has white color on #036119 background.