Html Css Color HEX #37B486 Jungle Green

📋 copy color: '#37B486'

red 55 ◦ green 180 ◦ blue 134

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

Shades of Jungle Green #37B486

Tints of Jungle Green #37B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

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

R = 14.91%
G = 48.78%
B = 36.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#37B486 (or 0x37B486) is known color: Jungle Green. HEX triplet: 37, B4 and 86. RGB value is (55,180,134). Sum of RGB (Red+Green+Blue) = 55+180+134=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #37B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B486 is #C84B79. Grayscale: #898989. Windows color (decimal): -13126522 or 8827959. OLE color: 8827959.

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

Color convert

RGB 55 180 134 -
CMYK 0.69 0 0.26 0.29
HSL 157.92º 0.53% 0.46% -
HSV(B) 157.92º 0.69% 0.71% -
XYZ 22.2 35.18 28.17 -
YUV 137.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 55 180 134 0.69 0 0.26 0.29 157.92 0.53 0.46
Hex 37 B4 86 45 0 1A 1D 9E 35 2E
Octal 67 264 206 105 0 32 35 236 65 56
Binary 110111 10110100 10000110 1000101 0 11010 11101 10011110 110101 101110

Color Harmonies of #37B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B486

Black with #37B486

Text Example


Text Example

White with #37B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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