COLOR #55B365

HEX: #55B365 RGB: (85,179,101)

Color info

#55B365 contains mainly green color. Web safe color of #55B365 is #669966 (or #696).

RGB color model

#55B365 color RGB value is (85,179,101).

RGB: (85,179,101) (33%, 70%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 179 of 255 = 70%
B 101 of 255 = 40%

85
179
101

R + G + B ~ 48%. #55B365 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 179 + 101 = 365 (100%)
R 85 of 365 ~ 23.29%
G 179 of 365 ~ 49.04%
B 101 of 365 ~ 27.67'%

%23.29
%49.04
%27.67

CMYK color model

#55B365 color CMYK value is (53,0,44,30).

  • cyan value is 52.51%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 29.80%

CMYK: (53,0,44,30)
C53M0Y44K30 (53%, 0%, 44%, 30%)
(0.53 / 0.00 / 0.44 / 0.30)

CMYK percentages

%52.51
%0
%43.58
%29.8

Codes

Color #55B365 in popluar color models

55 B3 65
RGB 85 179 101
HSL 130° 38.21% 51.76%
HSB/HSV 130° 52.51% 70.20%
CMYK 52.51% 0.00% 43.58%
29.80%

Color #55B365 in popluar number systems.

HEX 55 B3 65
Decimal 85 179 101
Binary 1010101 10110011 1100101
Octal 125 263 145

Shades and tints

Shades of #55B365

#55B365
(85,179,101)
#4EA35C
(78,163,92)
#479353
(71,147,83)
#40834A
(64,131,74)
#397341
(57,115,65)
#326338
(50,99,56)
#2B532F
(43,83,47)
#244326
(36,67,38)
#1D331D
(29,51,29)
#162314
(22,35,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #55B365

#55B365
(85,179,101)
#64B973
(100,185,115)
#73BF81
(115,191,129)
#82C58F
(130,197,143)
#91CB9D
(145,203,157)
#A0D1AB
(160,209,171)
#AFD7B9
(175,215,185)
#BEDDC7
(190,221,199)
#CDE3D5
(205,227,213)
#DCE9E3
(220,233,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B365 color. Also use rgb(85,179,101) instead hex code.

Text Font Color

.myTextColor { color: #55B365; }

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

This text font color is #55B365.

Background Color

.myBgColor { background-color: #55B365; }

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

This div background color is #55B365.

Border color

.myBorderColor { border: 1px solid #55B365; }

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

This div border color is #55B365.

Opacity

.myOpacity80 { color: #55B365; opacity: 0.8; }

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

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

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

This text has shadow with #55B365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55B365.

Preview

Color preview on black background

This text has color #55B365 on black background.


Color preview on white background

This text has color #55B365 on white background.


Black color preview on #55B365 background

This text has black color on #55B365 background.


White color preview on #55B365 background

This text has white color on #55B365 background.


Related colors

Complementary color

Complementary color for #hex is #AA4C9A.


I love getcolorcode.com

Triadic colors

1 #6555B3 and #B36555 with #55B365 are triadic colors.

2 #65B355 and #B35565 with #55B365 are triadic colors.