COLOR #368901

HEX: #368901
RGB: (54,137,1)

Color info

#368901 contains mainly green color. Web safe color of #368901 is #339900 (or #390).

RGB color model

#368901 color RGB value is (54,137,1).

  • red value is 54;
  • green value is 137;
  • blue value is 1.
RGB:
(54,137,1)
(21%,54%,0%)

RGB channels and saturation

R 54 of 255 = 21%
G 137 of 255 = 54%
B 1 of 255 = 0%

54
137
1

R + G + B ~ 25%. #368901 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 137 + 1 = 192 (100%)
R 54 of 192 ~ 28.13%
G 137 of 192 ~ 71.35%
B 1 of 192 ~ 0.52%

%28.13
%71.35

CMYK color model

#368901 color CMYK value is (61,0,99,46).

  • cyan value is 60.58%
  • magenta value is 0.00%
  • yellow value is 99.27%
  • key color value is 46.27%
CMYK:
(61,0,99,46)
C61M0Y99K46 
(61%,0%,99%,46%)
(0.61/0.00/0.99/0.46)	

CMYK percentages

%60.58
%0
%99.27
%46.27

Codes

Color #368901 in popluar color models

368901
RGB541371
HSL97°98.55%27.06%
HSB/HSV97°99.27%53.73%
CMYK60.58%0.00%99.27%
46.27%

Color #368901 in popluar number systems.

HEX368901
Decimal541371
Binary110110100010011
Octal662111

Shades and tints

Shades of #368901

#368901
(54,137,1)
#327D01
(50,125,1)
#2E7101
(46,113,1)
#2A6501
(42,101,1)
#265901
(38,89,1)
#224D01
(34,77,1)
#1E4101
(30,65,1)
#1A3501
(26,53,1)
#162901
(22,41,1)
#121D01
(18,29,1)
#0E1101
(14,17,1)
#000000
(0,0,0)

Tints of #368901

#368901
(54,137,1)
#489318
(72,147,24)
#5A9D2F
(90,157,47)
#6CA746
(108,167,70)
#7EB15D
(126,177,93)
#90BB74
(144,187,116)
#A2C58B
(162,197,139)
#B4CFA2
(180,207,162)
#C6D9B9
(198,217,185)
#D8E3D0
(216,227,208)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368901 color. Also use rgb(54,137,1) instead hex code.

Text Font Color

.myTextColor { color: #368901; }

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

This text font color is #368901.


Background Color

.myBgColor { background-color: #368901; }

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

This div background color is #368901.


Border color

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

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

This div border color is #368901.


Opacity

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

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

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

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

This text has shadow with #368901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368901 on black background.


Color preview on white background

This text has color #368901 on white background.



Black color preview on #368901 background

This text has black color on #368901 background.


White color preview on #368901 background

This text has white color on #368901 background.