COLOR #37B034

HEX: #37B034 RGB: (55,176,52)

Color info

#37B034 contains mainly green color. Web safe color of #37B034 is #339933 (or #393).

RGB color model

#37B034 color RGB value is (55,176,52).

RGB: (55,176,52) (22%, 69%, 20%)

RGB channels and saturation

R 55 of 255 = 22%
G 176 of 255 = 69%
B 52 of 255 = 20%

55
176
52

R + G + B ~ 37%. #37B034 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 176 + 52 = 283 (100%)
R 55 of 283 ~ 19.43%
G 176 of 283 ~ 62.19%
B 52 of 283 ~ 18.37'%

%19.43
%62.19
%18.37

CMYK color model

#37B034 color CMYK value is (69,0,70,31).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 30.98%

CMYK: (69,0,70,31)
C69M0Y70K31 (69%, 0%, 70%, 31%)
(0.69 / 0.00 / 0.70 / 0.31)

CMYK percentages

%68.75
%0
%70.45
%30.98

Codes

Color #37B034 in popluar color models

37 B0 34
RGB 55 176 52
HSL 119° 54.39% 44.71%
HSB/HSV 119° 70.45% 69.02%
CMYK 68.75% 0.00% 70.45%
30.98%

Color #37B034 in popluar number systems.

HEX 37 B0 34
Decimal 55 176 52
Binary 110111 10110000 110100
Octal 67 260 64

Shades and tints

Shades of #37B034

#37B034
(55,176,52)
#32A030
(50,160,48)
#2D902C
(45,144,44)
#288028
(40,128,40)
#237024
(35,112,36)
#1E6020
(30,96,32)
#19501C
(25,80,28)
#144018
(20,64,24)
#0F3014
(15,48,20)
#0A2010
(10,32,16)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #37B034

#37B034
(55,176,52)
#49B746
(73,183,70)
#5BBE58
(91,190,88)
#6DC56A
(109,197,106)
#7FCC7C
(127,204,124)
#91D38E
(145,211,142)
#A3DAA0
(163,218,160)
#B5E1B2
(181,225,178)
#C7E8C4
(199,232,196)
#D9EFD6
(217,239,214)
#EBF6E8
(235,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37B034 color. Also use rgb(55,176,52) instead hex code.

Text Font Color

.myTextColor { color: #37B034; }

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

This text font color is #37B034.

Background Color

.myBgColor { background-color: #37B034; }

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

This div background color is #37B034.

Border color

.myBorderColor { border: 1px solid #37B034; }

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

This div border color is #37B034.

Opacity

.myOpacity80 { color: #37B034; opacity: 0.8; }

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

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

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

This text has shadow with #37B034 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37B034.

Preview

Color preview on black background

This text has color #37B034 on black background.


Color preview on white background

This text has color #37B034 on white background.


Black color preview on #37B034 background

This text has black color on #37B034 background.


White color preview on #37B034 background

This text has white color on #37B034 background.


Related colors

Complementary color

Complementary color for #hex is #C84FCB.


I love getcolorcode.com

Triadic colors

1 #3437B0 and #B03437 with #37B034 are triadic colors.

2 #34B037 and #B03734 with #37B034 are triadic colors.