Html Css Color HEX #37B08C Jungle Green

📋 copy color: '#37B08C'

red 55 ◦ green 176 ◦ blue 140

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

Shades of Jungle Green #37B08C

Tints of Jungle Green #37B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

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

R = 14.82%
G = 47.44%
B = 37.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#37B08C (or 0x37B08C) is known color: Jungle Green. HEX triplet: 37, B0 and 8C. RGB value is (55,176,140). Sum of RGB (Red+Green+Blue) = 55+176+140=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #37B08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B08C is #C84F73. Grayscale: #878787. Windows color (decimal): -13127540 or 9220151. OLE color: 9220151.

HSL color Cylindrical-coordinate representation of color #37B08C: hue angle of 162.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B08C is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 176 140 -
CMYK 0.69 0 0.20 0.31
HSL 162.15º 0.52% 0.45% -
HSV(B) 162.15º 0.69% 0.69% -
XYZ 21.83 33.76 30.18 -
YUV 135.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 55 176 140 0.69 0 0.20 0.31 162.15 0.52 0.45
Hex 37 B0 8C 45 0 14 1F A2 34 2D
Octal 67 260 214 105 0 24 37 242 64 55
Binary 110111 10110000 10001100 1000101 0 10100 11111 10100010 110100 101101

Color Harmonies of #37B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B08C

Black with #37B08C

Text Example


Text Example

White with #37B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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