COLOR #036919

HEX: #036919 RGB: (3,105,25)

Color info

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

RGB color model

#036919 color RGB value is (3,105,25).

RGB: (3,105,25) (1%, 41%, 10%)

RGB channels and saturation

R 3 of 255 = 1%
G 105 of 255 = 41%
B 25 of 255 = 10%

3
105
25

R + G + B ~ 17%. #036919 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 105 + 25 = 133 (100%)
R 3 of 133 ~ 2.26%
G 105 of 133 ~ 78.95%
B 25 of 133 ~ 18.8'%

%78.95
%18.8

CMYK color model

#036919 color CMYK value is (97,0,76,59).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 58.82%

CMYK: (97,0,76,59)
C97M0Y76K59 (97%, 0%, 76%, 59%)
(0.97 / 0.00 / 0.76 / 0.59)

CMYK percentages

%97.14
%0
%76.19
%58.82

Codes

Color #036919 in popluar color models

03 69 19
RGB 3 105 25
HSL 133° 94.44% 21.18%
HSB/HSV 133° 97.14% 41.18%
CMYK 97.14% 0.00% 76.19%
58.82%

Color #036919 in popluar number systems.

HEX 03 69 19
Decimal 3 105 25
Binary 11 1101001 11001
Octal 3 151 31

Shades and tints

Shades of #036919

#036919
(3,105,25)
#036017
(3,96,23)
#035715
(3,87,21)
#034E13
(3,78,19)
#034511
(3,69,17)
#033C0F
(3,60,15)
#03330D
(3,51,13)
#032A0B
(3,42,11)
#032109
(3,33,9)
#031807
(3,24,7)
#030F05
(3,15,5)
#000000
(0,0,0)

Tints of #036919

#036919
(3,105,25)
#19762D
(25,118,45)
#2F8341
(47,131,65)
#459055
(69,144,85)
#5B9D69
(91,157,105)
#71AA7D
(113,170,125)
#87B791
(135,183,145)
#9DC4A5
(157,196,165)
#B3D1B9
(179,209,185)
#C9DECD
(201,222,205)
#DFEBE1
(223,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #036919; }

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

This text font color is #036919.

Background Color

.myBgColor { background-color: #036919; }

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

This div background color is #036919.

Border color

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

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

This div border color is #036919.

Opacity

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

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

Text with #036919 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 #036919;}

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

This text has shadow with #036919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #036919.

Preview

Color preview on black background

This text has color #036919 on black background.


Color preview on white background

This text has color #036919 on white background.


Black color preview on #036919 background

This text has black color on #036919 background.


White color preview on #036919 background

This text has white color on #036919 background.


Related colors

Complementary color

Complementary color for #hex is #FC96E6.


I love getcolorcode.com

Triadic colors

1 #190369 and #691903 with #036919 are triadic colors.

2 #196903 and #690319 with #036919 are triadic colors.