Html Css Color HEX #37B38D Jungle Green

📋 copy color: '#37B38D'

red 55 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #37B38D

Tints of Jungle Green #37B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

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

R = 14.67%
G = 47.73%
B = 37.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#37B38D (or 0x37B38D) is known color: Jungle Green. HEX triplet: 37, B3 and 8D. RGB value is (55,179,141). Sum of RGB (Red+Green+Blue) = 55+179+141=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #37B38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B38D is #C84C72. Grayscale: #898989. Windows color (decimal): -13126771 or 9286455. OLE color: 9286455.

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

Color convert

RGB 55 179 141 -
CMYK 0.69 0 0.21 0.30
HSL 161.61º 0.53% 0.46% -
HSV(B) 161.61º 0.69% 0.7% -
XYZ 22.5 34.98 30.76 -
YUV 137.59 129.92 69.09 -
System Red Green Blue C M Y K H S L
Decimal 55 179 141 0.69 0 0.21 0.30 161.61 0.53 0.46
Hex 37 B3 8D 45 0 15 1E A2 35 2E
Octal 67 263 215 105 0 25 36 242 65 56
Binary 110111 10110011 10001101 1000101 0 10101 11110 10100010 110101 101110

Color Harmonies of #37B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B38D

Black with #37B38D

Text Example


Text Example

White with #37B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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