COLOR #365A00

HEX: #365A00
RGB: (54,90,0)

Color info

#365A00 contains only red and green colors. Web safe color of #365A00 is #336600 (or #360).

RGB color model

#365A00 color RGB value is (54,90,0).

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

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 0 of 255 = 0%

54
90
0

R + G + B ~ 19%. #365A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 0 = 144 (100%)
R 54 of 144 ~ 37.5%
G 90 of 144 ~ 62.5%
B 0 of 144 ~ 0%

%37.5
%62.5

CMYK color model

#365A00 color CMYK value is (40,0,100,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 64.71%
CMYK:
(40,0,100,65)
C40M0Y100K65 
(40%,0%,100%,65%)
(0.40/0.00/1.00/0.65)	

CMYK percentages

%40
%0
%100
%64.71

Codes

Color #365A00 in popluar color models

365A00
RGB54900
HSL84°100.00%17.65%
HSB/HSV84°100.00%35.29%
CMYK40.00%0.00%100.00%
64.71%

Color #365A00 in popluar number systems.

HEX365A00
Decimal54900
Binary11011010110100
Octal661320

Shades and tints

Shades of #365A00

#365A00
(54,90,0)
#325200
(50,82,0)
#2E4A00
(46,74,0)
#2A4200
(42,66,0)
#263A00
(38,58,0)
#223200
(34,50,0)
#1E2A00
(30,42,0)
#1A2200
(26,34,0)
#161A00
(22,26,0)
#121200
(18,18,0)
#0E0A00
(14,10,0)
#000000
(0,0,0)

Tints of #365A00

#365A00
(54,90,0)
#486917
(72,105,23)
#5A782E
(90,120,46)
#6C8745
(108,135,69)
#7E965C
(126,150,92)
#90A573
(144,165,115)
#A2B48A
(162,180,138)
#B4C3A1
(180,195,161)
#C6D2B8
(198,210,184)
#D8E1CF
(216,225,207)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A00 color. Also use rgb(54,90,0) instead hex code.

Text Font Color

.myTextColor { color: #365A00; }

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

This text font color is #365A00.


Background Color

.myBgColor { background-color: #365A00; }

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

This div background color is #365A00.


Border color

.myBorderColor { border: 1px solid #365A00; }

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

This div border color is #365A00.


Opacity

.myOpacity80 { color: #365A00; opacity: 0.8; }

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

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

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

This text has shadow with #365A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A00 on black background.


Color preview on white background

This text has color #365A00 on white background.



Black color preview on #365A00 background

This text has black color on #365A00 background.


White color preview on #365A00 background

This text has white color on #365A00 background.