Html Css Color HEX #37B48C Jungle Green

📋 copy color: '#37B48C'

red 55 ◦ green 180 ◦ blue 140

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

Shades of Jungle Green #37B48C

Tints of Jungle Green #37B48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 14.67%
G = 48%
B = 37.33%

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

#37B48C (or 0x37B48C) is known color: Jungle Green. HEX triplet: 37, B4 and 8C. RGB value is (55,180,140). Sum of RGB (Red+Green+Blue) = 55+180+140=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #37B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B48C is #C84B73. Grayscale: #8A8A8A. Windows color (decimal): -13126516 or 9221175. OLE color: 9221175.

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

Color convert

RGB 55 180 140 -
CMYK 0.69 0 0.22 0.29
HSL 160.8º 0.53% 0.46% -
HSV(B) 160.8º 0.69% 0.71% -
XYZ 22.63 35.35 30.44 -
YUV 138.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 55 180 140 0.69 0 0.22 0.29 160.8 0.53 0.46
Hex 37 B4 8C 45 0 16 1D A1 35 2E
Octal 67 264 214 105 0 26 35 241 65 56
Binary 110111 10110100 10001100 1000101 0 10110 11101 10100001 110101 101110

Color Harmonies of #37B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B48C

Black with #37B48C

Text Example


Text Example

White with #37B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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