Html Css Color HEX #37B485 Jungle Green

📋 copy color: '#37B485'

red 55 ◦ green 180 ◦ blue 133

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

Shades of Jungle Green #37B485

Tints of Jungle Green #37B485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 14.95%
G = 48.91%
B = 36.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#37B485 (or 0x37B485) is known color: Jungle Green. HEX triplet: 37, B4 and 85. RGB value is (55,180,133). Sum of RGB (Red+Green+Blue) = 55+180+133=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #37B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B485 is #C84B7A. Grayscale: #898989. Windows color (decimal): -13126523 or 8762423. OLE color: 8762423.

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

Color convert

RGB 55 180 133 -
CMYK 0.69 0 0.26 0.29
HSL 157.44º 0.53% 0.46% -
HSV(B) 157.44º 0.69% 0.71% -
XYZ 22.13 35.15 27.81 -
YUV 137.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 55 180 133 0.69 0 0.26 0.29 157.44 0.53 0.46
Hex 37 B4 85 45 0 1A 1D 9D 35 2E
Octal 67 264 205 105 0 32 35 235 65 56
Binary 110111 10110100 10000101 1000101 0 11010 11101 10011101 110101 101110

Color Harmonies of #37B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B485

Black with #37B485

Text Example


Text Example

White with #37B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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