Html Css Color HEX #37AF80 Jungle Green

📋 copy color: '#37AF80'

red 55 ◦ green 175 ◦ blue 128

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

Shades of Jungle Green #37AF80

Tints of Jungle Green #37AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 15.36%
G = 48.88%
B = 35.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#37AF80 (or 0x37AF80) is known color: Jungle Green. HEX triplet: 37, AF and 80. RGB value is (55,175,128). Sum of RGB (Red+Green+Blue) = 55+175+128=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AF80 is #C8507F. Grayscale: #858585. Windows color (decimal): -13127808 or 8433463. OLE color: 8433463.

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

Color convert

RGB 55 175 128 -
CMYK 0.69 0 0.27 0.31
HSL 156.5º 0.52% 0.45% -
HSV(B) 156.5º 0.69% 0.69% -
XYZ 20.8 33.03 25.7 -
YUV 133.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 55 175 128 0.69 0 0.27 0.31 156.5 0.52 0.45
Hex 37 AF 80 45 0 1B 1F 9C 34 2D
Octal 67 257 200 105 0 33 37 234 64 55
Binary 110111 10101111 10000000 1000101 0 11011 11111 10011100 110100 101101

Color Harmonies of #37AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AF80

Black with #37AF80

Text Example


Text Example

White with #37AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,175,128); }

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

background-color css

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

 a { background-color: rgb(55,175,128); }

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

border-color css

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

 span { border-color: rgb(55,175,128); }

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