Html Css Color HEX #37B48D Jungle Green

📋 copy color: '#37B48D'

red 55 ◦ green 180 ◦ blue 141

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

Shades of Jungle Green #37B48D

Tints of Jungle Green #37B48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 14.63%
G = 47.87%
B = 37.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#37B48D (or 0x37B48D) is known color: Jungle Green. HEX triplet: 37, B4 and 8D. RGB value is (55,180,141). Sum of RGB (Red+Green+Blue) = 55+180+141=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #37B48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B48D is #C84B72. Grayscale: #8A8A8A. Windows color (decimal): -13126515 or 9286711. OLE color: 9286711.

HSL color Cylindrical-coordinate representation of color #37B48D: hue angle of 161.28º 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 #37B48D is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 180 141 -
CMYK 0.69 0 0.22 0.29
HSL 161.28º 0.53% 0.46% -
HSV(B) 161.28º 0.69% 0.71% -
XYZ 22.7 35.38 30.83 -
YUV 138.18 129.59 68.67 -
System Red Green Blue C M Y K H S L
Decimal 55 180 141 0.69 0 0.22 0.29 161.28 0.53 0.46
Hex 37 B4 8D 45 0 16 1D A1 35 2E
Octal 67 264 215 105 0 26 35 241 65 56
Binary 110111 10110100 10001101 1000101 0 10110 11101 10100001 110101 101110

Color Harmonies of #37B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B48D

Black with #37B48D

Text Example


Text Example

White with #37B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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