Html Css Color HEX #37BC86 Jungle Green

📋 copy color: '#37BC86'

red 55 ◦ green 188 ◦ blue 134

#37BC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #37BC86

Tints of Jungle Green #37BC86

RGB

 RED value IS 55 (21.88% from 255) = 14.59%

 GREEN value IS 188 (73.83% from 255) = 49.87%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 14.59%
G = 49.87%
B = 35.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37BC86 (or 0x37BC86) is known color: Jungle Green. HEX triplet: 37, BC and 86. RGB value is (55,188,134). Sum of RGB (Red+Green+Blue) = 55+188+134=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BC86 is #C84379. Grayscale: #8E8E8E. Windows color (decimal): -13124474 or 8830007. OLE color: 8830007.

HSL color Cylindrical-coordinate representation of color #37BC86: hue angle of 155.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BC86 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 188 134 -
CMYK 0.71 0 0.29 0.26
HSL 155.64º 0.55% 0.48% -
HSV(B) 155.64º 0.71% 0.74% -
XYZ 23.86 38.5 28.73 -
YUV 142.08 123.44 65.89 -
System Red Green Blue C M Y K H S L
Decimal 55 188 134 0.71 0 0.29 0.26 155.64 0.55 0.48
Hex 37 BC 86 47 0 1D 1A 9C 37 30
Octal 67 274 206 107 0 35 32 234 67 60
Binary 110111 10111100 10000110 1000111 0 11101 11010 10011100 110111 110000

Color Harmonies of #37BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BC86

Black with #37BC86

Text Example


Text Example

White with #37BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37BC86; }

 p { color: rgb(55,188,134); }

 H1.HeaderClassName
 {
   color: #37BC86;
 }
 .AnyTagClassName
 {
   color: #37BC86;
 }
</style>

background-color css

<style>
 a { background-color: #37BC86; }

 a { background-color: rgb(55,188,134); }

 div.DivClassName
 {
   background-color: #37BC86;
 }
 .BgClassName
 {
   background-color: #37BC86;
 }
</style>

border-color css

<style>
 span { border-color: #37BC86; }

 span { border-color: rgb(55,188,134); }

 td.TdClassName
 {
   border-color: #37BC86;
 }
 .TagClassName
 {
   border-color: #37BC86;
 }
</style>