Html Css Color HEX #37B38F Jungle Green

📋 copy color: '#37B38F'

red 55 ◦ green 179 ◦ blue 143

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

Shades of Jungle Green #37B38F

Tints of Jungle Green #37B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 14.59%
G = 47.48%
B = 37.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#37B38F (or 0x37B38F) is known color: Jungle Green. HEX triplet: 37, B3 and 8F. RGB value is (55,179,143). Sum of RGB (Red+Green+Blue) = 55+179+143=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #37B38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B38F is #C84C70. Grayscale: #898989. Windows color (decimal): -13126769 or 9417527. OLE color: 9417527.

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

Color convert

RGB 55 179 143 -
CMYK 0.69 0 0.20 0.30
HSL 162.58º 0.53% 0.46% -
HSV(B) 162.58º 0.69% 0.7% -
XYZ 22.65 35.04 31.56 -
YUV 137.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 55 179 143 0.69 0 0.20 0.30 162.58 0.53 0.46
Hex 37 B3 8F 45 0 14 1E A3 35 2E
Octal 67 263 217 105 0 24 36 243 65 56
Binary 110111 10110011 10001111 1000101 0 10100 11110 10100011 110101 101110

Color Harmonies of #37B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B38F

Black with #37B38F

Text Example


Text Example

White with #37B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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